Skip to content

Commit 81d2df0

Browse files
committed
Minor update to test
1 parent a2c5999 commit 81d2df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tables/gasp.spec.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('tables/gasp.mjs', function () {
3131

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

3737
});

0 commit comments

Comments
 (0)