diff --git a/integration-tests/__tests__/failures.test.js b/integration-tests/__tests__/failures.test.js index d4a551cd5c30..cbe6f02947ec 100644 --- a/integration-tests/__tests__/failures.test.js +++ b/integration-tests/__tests__/failures.test.js @@ -76,6 +76,7 @@ test('works with node assert', () => { 69 | 70 | test('assert.doesNotThrow', () => { > 71 | assert.doesNotThrow(() => { + | ^ 72 | throw Error('err!'); 73 | }); 74 | });