Remove .only
This commit is contained in:
parent
009459bd38
commit
eaa4b71c24
1 changed files with 1 additions and 1 deletions
|
@ -1021,7 +1021,7 @@ describe('BrowserWindow module', () => {
|
|||
})
|
||||
})
|
||||
|
||||
describe.only('session preload scripts', function () {
|
||||
describe('session preload scripts', function () {
|
||||
it('can add and remove multiple session preload script', function () {
|
||||
var preload = path.join(fixtures, 'module', 'set-global.js')
|
||||
var preload2 = path.join(fixtures, 'module', 'set-global-2.js')
|
||||
|
|
Loading…
Add table
Reference in a new issue