We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e91e9c commit c436359Copy full SHA for c436359
test/tables/gasp.spec.mjs
@@ -31,7 +31,7 @@ describe('tables/gasp.mjs', function () {
31
32
it('can write tables that are read as identical to the original', function() {
33
const font2 = parse(font.toArrayBuffer());
34
- assert.strictEqual(JSON.stringify(font.tables.gasp), JSON.stringify(font2.tables.gasp));
+ assert.deepStrictEqual(font.tables.gasp, font2.tables.gasp);
35
});
36
37
0 commit comments