remove function invocation from crash test
This commit is contained in:
parent
9727717839
commit
498742d6b3
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ describe('crashReporter module', () => {
|
|||
w.loadURL(crashUrl)
|
||||
},
|
||||
processType: 'renderer',
|
||||
done: done()
|
||||
done: done
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue