Skip to content

Commit

Permalink
Minor update to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Balearica committed Jul 12, 2024
1 parent a2c5999 commit 81d2df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tables/gasp.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('tables/gasp.mjs', function () {

it('can write tables that are read as identical to the original', function() {
const font2 = parse(font.toArrayBuffer());
assert.strictEqual(JSON.stringify(font.tables.gasp), JSON.stringify(font2.tables.gasp));
assert.deepStrictEqual(font.tables.gasp, font2.tables.gasp);
});

});

0 comments on commit 81d2df0

Please sign in to comment.