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

Commit

Permalink
check type
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Apr 4, 2021
1 parent d20b49e commit 216e660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@ describe('objection-hashid', () => {
const model = await BaseModel.query().first()
const model2 = BaseModel.fromJson(model.toJSON())

expect(model.id).toEqual(model2.id)
expect(model.id).toStrictEqual(model2.id)
})
})

0 comments on commit 216e660

Please sign in to comment.