Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed May 7, 2024
1 parent 18aebfb commit e28cd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/throw-new-error.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ test.snapshot({
new Promise((resolve, reject) => {
reject(Error('message'));
});
`
`,
],
});

0 comments on commit e28cd6e

Please sign in to comment.