We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e518db6 commit 86123e4Copy full SHA for 86123e4
school/tests/sinon.spec.js
@@ -44,7 +44,7 @@ describe.only('Sinon', function () {
44
expect('should fail').to.equal('but no');
45
}
46
catch (error) {
47
- console.log(error)
+ console.log(JSON.stringify(error))
48
// expect(error).to.equal(`Cannot read property 'data' of undefined`)
49
50
});
0 commit comments