Skip to content

Commit

Permalink
fix: test plan to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dancastillo committed Aug 3, 2024
1 parent c125b99 commit d11a3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ test('Should throw when error code has no message', (t) => {
})

test('Create error with different base', (t) => {
t.plan(6)
t.plan(7)

const NewError = createError('CODE', 'hey %s', 500, TypeError)
const err = new NewError('dude')
Expand Down

0 comments on commit d11a3cf

Please sign in to comment.