Skip to content

Commit 7a51502

Browse files
committed
test: fix node 9 test
1 parent f18126c commit 7a51502

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

integration_tests/__tests__/failures.test.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ test('works with node assert', () => {
7272
Got unwanted exception.
7373
err!
7474
err!
75+
76+
69 |
77+
70 | test('assert.doesNotThrow', () => {
78+
> 71 | assert.doesNotThrow(() => {
79+
72 | throw Error('err!');
80+
73 | });
81+
74 | });
7582
7683
at __tests__/node_assertion_error.test.js:71:10
7784
`);

0 commit comments

Comments
 (0)