Expose SKIP_TOKEN_VERIFICATION to frontend
Summary: It is hard to pass auth token to Jest E2E tests. Reviewed By: lblasa Differential Revision: D46279204 fbshipit-source-id: ee0138c3bd014bafb416f7fa8951fb25b25b4067
This commit is contained in:
committed by
Facebook GitHub Bot
parent
53a5939d68
commit
5ca9107d0c
@@ -364,6 +364,7 @@ const environmentVariables = {
|
|||||||
HOME: 1,
|
HOME: 1,
|
||||||
METRO_PORT_ENV_VAR: 1,
|
METRO_PORT_ENV_VAR: 1,
|
||||||
FLIPPER_PLUGIN_AUTO_UPDATE_POLLING_INTERVAL: 1,
|
FLIPPER_PLUGIN_AUTO_UPDATE_POLLING_INTERVAL: 1,
|
||||||
|
SKIP_TOKEN_VERIFICATION: 1,
|
||||||
} as const;
|
} as const;
|
||||||
export type ENVIRONMENT_VARIABLES = keyof typeof environmentVariables;
|
export type ENVIRONMENT_VARIABLES = keyof typeof environmentVariables;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user