Skip to content

Commit

Permalink
Update test/fixtures/test-runner/bail/bail.js
Browse files Browse the repository at this point in the history
Co-authored-by: Moshe Atlow <[email protected]>
  • Loading branch information
marco-ippolito and MoLow authored Aug 20, 2023
1 parent c4e3654 commit 2622f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/test-runner/bail/bail.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test('nested', (t) => {
t.test('second', () => {
throw new Error();
});
t.test('third', () => {});
t.test('third', common.mustNotCall(() => {});
});

test('top level', (t) => {
Expand Down

0 comments on commit 2622f8d

Please sign in to comment.