Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
update dependencies to fix vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Dec 20, 2021
1 parent 2bbfd21 commit 789d084
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 3,517 deletions.
4 changes: 4 additions & 0 deletions index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,7 @@ describe('objection-hashid', () => {
expect(FatModel.fromJson(model.toJSON()).foo).toEqual(4)
})
})

afterAll(async () => {
await knex.destroy()
})
Loading

0 comments on commit 789d084

Please sign in to comment.