Skip to content

Commit

Permalink
Use strictEqual
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Apr 30, 2022
1 parent ab5d084 commit bfa6df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parse5-sax-parser/test/sax-parser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ describe('SAX parser', () => {

await finished(parser);

assert.ok(foundText);
assert.strictEqual(foundText, true);
});
});

0 comments on commit bfa6df1

Please sign in to comment.