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 b3d00a9 commit fc8b5f1Copy full SHA for fc8b5f1
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(typeof error)
48
// expect(error).to.equal(`Cannot read property 'data' of undefined`)
49
50
});
0 commit comments