Fix typo in spec description
This commit is contained in:
parent
ff718b19db
commit
06c025050e
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ describe('node feature', function () {
|
|||
})
|
||||
|
||||
describe('error thrown in main process node context', function () {
|
||||
it('gets emitted as an process uncaughtException event', function () {
|
||||
it('gets emitted as a process uncaughtException event', function () {
|
||||
const error = ipcRenderer.sendSync('handle-uncaught-exception', 'hello')
|
||||
assert.equal(error, 'hello')
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue