Skip to content

Commit

Permalink
FIX bun test
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Feb 2, 2025
1 parent 6080672 commit eaf0bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/validate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ validationImplementations.forEach(

assert.deepStrictEqual(myDocument.toJSON().tags, tags);
assert.ok(deepEqual(myDocument.get('tags'), tags));
assert.deepStrictEqual(myDocument.tags, tags);
assert.deepStrictEqual(JSON.stringify(myDocument.tags), JSON.stringify(tags));

db.close();
});
Expand Down

0 comments on commit eaf0bf4

Please sign in to comment.