Fix typo in spec description

This commit is contained in:
Kevin Sawicki 2017-01-25 10:19:38 -08:00
parent ff718b19db
commit 06c025050e

View file

@ -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')
})