address review feedback

This commit is contained in:
Shelley Vohr 2018-06-18 08:56:24 -07:00
parent 79c2d22c25
commit c65844a7d0
No known key found for this signature in database
GPG key ID: F13993A75599653C

View file

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