Skip to content

Commit

Permalink
fix node 9 test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Apr 15, 2018
1 parent 827cbeb commit 7ea1284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/__tests__/failures.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ test('works with node assert', () => {
69 |
70 | test('assert.doesNotThrow', () => {
> 71 | assert.doesNotThrow(() => {
| ^
72 | throw Error('err!');
73 | });
74 | });
Expand Down

0 comments on commit 7ea1284

Please sign in to comment.