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 4ef6a76 commit 5db209cCopy full SHA for 5db209c
test/tests/html.js
@@ -253,6 +253,7 @@ describe('HTML Parser', function () {
253
});
254
255
it('should parse table currect', function () {
256
+ this.timeout(4000); // pass test on slow CPUs
257
const root = parseHTML(fs.readFileSync(__dirname + '/../assets/html/tables.html').toString(), {
258
script: true
259
0 commit comments