Skip to content

Commit

Permalink
test: add empty test to before.test.js for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Jun 5, 2023
1 parent efa88ae commit 51b75b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/before.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ beforeAll(done => {
done(error)
})
})

it('empty test', done => {
done()
})

0 comments on commit 51b75b4

Please sign in to comment.