Skip to content

Commit

Permalink
nit: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Jan 28, 2023
1 parent 8f99012 commit 9a2e817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/tests/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ beforeAll(async () => {
})

afterAll(async () => {
// We leave the user in the database for other tests to use
// For other cases it is good to drop any rows created in the test
await typeOrmConnection?.destroy()
await knexInstance?.destroy()
})
Expand Down

0 comments on commit 9a2e817

Please sign in to comment.