Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit f8fb95a

Browse files
committed
test
1 parent efada3e commit f8fb95a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/mocha/jasmine-bridge/jasmine.expect.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ function getMatchers() {
141141
console.log('error.description', error instanceof Error, error.description);
142142
console.log('eq', error.message === expected.message);
143143
console.log('eq1', error.description === expected.description);
144+
console.log('eq2', eq(error, expected));
145+
console.log('eq3', !expected);
146+
console.log('eq4', !expected || eq(error, expected));
144147
}
145148
}
146149
return {pass};

0 commit comments

Comments
 (0)