chore: toEqual

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-07-08 10:35:48 +02:00
parent 50af1a5868
commit 1d5f67f182
+1 -1
View File
@@ -142,7 +142,7 @@ describe('migrations', () => {
const { created_at, updated_at } = await knex('user_info').first();
expect(updated_at).toBe(exp);
expect(updated_at).toEqual(exp);
expect(created_at).toBeDefined();
await knex