Fix JS style
This commit is contained in:
parent
50c99e4507
commit
d1212d4a43
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ describe('require', () => {
|
|||
describe('when loaded URL is not file: protocol', () => {
|
||||
it('searches for module under app directory', async () => {
|
||||
const w = new BrowserWindow({
|
||||
show: false,
|
||||
show: false
|
||||
})
|
||||
w.loadURL('about:blank')
|
||||
const result = await w.webContents.executeJavaScript('typeof require("q").when')
|
||||
|
|
Loading…
Reference in a new issue