Set up --no-launcher flag
Summary: For future use to disable launcher loops. Reviewed By: jknoxville Differential Revision: D13979653 fbshipit-source-id: db56f7d71d7a4d1322cb36622313dbad4307396d
This commit is contained in:
committed by
Facebook Github Bot
parent
39cb25ade9
commit
2b9e3c54c6
@@ -18,6 +18,7 @@ test('config is decoded from env', () => {
|
||||
lastWindowPosition: {x: 4, y: 8, width: 15, height: 16},
|
||||
updaterEnabled: false,
|
||||
screenCapturePath: '/my/screenshot/path',
|
||||
launcherEnabled: false,
|
||||
});
|
||||
|
||||
expect(config()).toEqual({
|
||||
@@ -26,6 +27,7 @@ test('config is decoded from env', () => {
|
||||
lastWindowPosition: {x: 4, y: 8, width: 15, height: 16},
|
||||
updaterEnabled: false,
|
||||
screenCapturePath: '/my/screenshot/path',
|
||||
launcherEnabled: false,
|
||||
});
|
||||
});
|
||||
|
||||
@@ -38,5 +40,6 @@ test('config is decoded from env with defaults', () => {
|
||||
lastWindowPosition: undefined,
|
||||
updaterEnabled: true,
|
||||
screenCapturePath: undefined,
|
||||
launcherEnabled: true,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user