mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
address review feedback
This commit is contained in:
@@ -92,7 +92,7 @@ describe('debugger module', () => {
|
||||
}
|
||||
|
||||
const callback = (err, res) => {
|
||||
expect(err.message).to.not.exist()
|
||||
expect(err.message).to.be.undefined()
|
||||
expect(res.wasThrown).to.be.undefined()
|
||||
expect(res.result.value).to.equal(6)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user