linting is important
This commit is contained in:
parent
d2e1705c80
commit
28c009fcc0
1 changed files with 3 additions and 3 deletions
|
@ -1365,7 +1365,7 @@ describe('BrowserWindow module', () => {
|
|||
assert.equal(content, 'Hello')
|
||||
done()
|
||||
})
|
||||
w.loadURL( `file://${path.join(fixtures, 'api', 'native-window-open-iframe.html')}`)
|
||||
w.loadURL(`file://${path.join(fixtures, 'api', 'native-window-open-iframe.html')}`)
|
||||
})
|
||||
it('loads native addons correctly after reload', (done) => {
|
||||
if (!nativeModulesEnabled) return done()
|
||||
|
|
Loading…
Reference in a new issue