Expose env via flipperLib
Summary: This change exposes the env variables via the FlipperLib interface used by plugins. The variables are already white-listed and safe to be used by plugins according to documentation. Reviewed By: antonk52 Differential Revision: D40852147 fbshipit-source-id: bbb3b052d33bf5cf75c81166af2400fe6a359256
This commit is contained in:
committed by
Facebook GitHub Bot
parent
caaded026b
commit
51ca3a6cd7
@@ -74,6 +74,7 @@ export function createMockFlipperLib(options?: StartPluginOptions): FlipperLib {
|
||||
unixname: 'test',
|
||||
platform: 'linux',
|
||||
},
|
||||
env: {},
|
||||
},
|
||||
intern: {
|
||||
graphGet: createStubFunction(),
|
||||
|
||||
Reference in New Issue
Block a user