Killed Flipper headless

Reviewed By: nikoant

Differential Revision: D24160480

fbshipit-source-id: 221e60473dddc0a49cea674e210beb6f85b1b03c
This commit is contained in:
Michel Weststrate
2020-12-15 01:45:29 -08:00
committed by Facebook GitHub Bot
parent 41a1af33cb
commit 08b5644253
32 changed files with 36 additions and 1256 deletions

View File

@@ -12,7 +12,6 @@
* They are used in get-cache-key.ts for cache key generation.
*/
type FlipperEnvVars = {
FLIPPER_HEADLESS?: string;
FLIPPER_FB?: string;
FLIPPER_TEST_RUNNER?: string;
FLIPPER_ELECTRON_VERSION?: string;
@@ -21,7 +20,6 @@ type FlipperEnvVars = {
const flipperEnv = new Proxy(
{
FLIPPER_HEADLESS: undefined,
FLIPPER_FB: undefined,
FLIPPER_TEST_RUNNER: undefined,
FLIPPER_ELECTRON_VERSION: undefined,