Killed Flipper headless
Reviewed By: nikoant Differential Revision: D24160480 fbshipit-source-id: 221e60473dddc0a49cea674e210beb6f85b1b03c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
41a1af33cb
commit
08b5644253
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user