Skip to content

Commit fc8b5f1

Browse files
committed
ttt
1 parent b3d00a9 commit fc8b5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

school/tests/sinon.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe.only('Sinon', function () {
4444
expect('should fail').to.equal('but no');
4545
}
4646
catch (error) {
47-
console.log(error)
47+
console.log(typeof error)
4848
// expect(error).to.equal(`Cannot read property 'data' of undefined`)
4949
}
5050
});

0 commit comments

Comments
 (0)