Add dev menu to import local backup
This commit is contained in:
parent
efa9102a1b
commit
c10d59458f
13 changed files with 41 additions and 89 deletions
|
|
@ -26,6 +26,7 @@ const showCallingDevTools = stub();
|
|||
const showKeyboardShortcuts = stub();
|
||||
const showSettings = stub();
|
||||
const showWindow = stub();
|
||||
const stageLocalBackupForImport = stub();
|
||||
const zoomIn = stub();
|
||||
const zoomOut = stub();
|
||||
const zoomReset = stub();
|
||||
|
|
@ -233,6 +234,7 @@ describe('createTemplate', () => {
|
|||
showKeyboardShortcuts,
|
||||
showSettings,
|
||||
showWindow,
|
||||
stageLocalBackupForImport,
|
||||
zoomIn,
|
||||
zoomOut,
|
||||
zoomReset,
|
||||
|
|
@ -245,6 +247,7 @@ describe('createTemplate', () => {
|
|||
development: false,
|
||||
devTools: true,
|
||||
includeSetup: false,
|
||||
isNightly: false,
|
||||
isProduction: true,
|
||||
platform,
|
||||
...actions,
|
||||
|
|
@ -259,6 +262,7 @@ describe('createTemplate', () => {
|
|||
development: false,
|
||||
devTools: true,
|
||||
includeSetup: true,
|
||||
isNightly: false,
|
||||
isProduction: true,
|
||||
platform,
|
||||
...actions,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue