Skip to content

Commit cffb7ea

Browse files
author
Ben Demboski
authored
Enable remote module in tests (#739)
In Electron v10 it defaults to false, so enable it for tests like we do with nodeIntegration, etc.
1 parent d988b21 commit cffb7ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/test-support/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function openTestWindow(emberAppDir) {
3737
backgroundThrottling: false,
3838
contextIsolation: false,
3939
nodeIntegration: true,
40+
enableRemoteModule: true,
4041
},
4142
});
4243

0 commit comments

Comments
 (0)