Skip to content

Commit 0946124

Browse files
committed
passing tests
1 parent 3bf85de commit 0946124

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.taprc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
esm: false
2+
ts: false
3+
jsx: false
4+
flow: false
5+
jobs: 1
6+
coverage: true

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,6 @@ test('Should not throw within different contexts', (t) => {
281281
})
282282

283283
fastify.ready((error) => {
284-
t.is(error, null)
284+
t.error(error)
285285
})
286286
})

0 commit comments

Comments
 (0)