Run npm audit fix
#1593
Annotations
6 errors and 2 notices
|
test (lts/*)
Process completed with exit code 1.
|
|
Integration tests › /broken-css.html › should have "cssRules" metric set properly:
test/integration.test.js#L120
assert.strictEqual(received, expected)
Expected value to strictly be equal to:
3
Received:
4
at Object.strictEqual (test/integration.test.js:120:18)
|
|
Integration tests › /inline-css.html › should have "cssRules" metric set properly:
test/integration.test.js#L120
assert.strictEqual(received, expected)
Expected value to strictly be equal to:
6
Received:
7
at Object.strictEqual (test/integration.test.js:120:18)
|
|
test (latest)
Process completed with exit code 1.
|
|
Integration tests › /broken-css.html › should have "cssRules" metric set properly:
test/integration.test.js#L120
assert.strictEqual(received, expected)
Expected value to strictly be equal to:
3
Received:
4
at Object.strictEqual (test/integration.test.js:120:18)
|
|
Integration tests › /inline-css.html › should have "cssRules" metric set properly:
test/integration.test.js#L120
assert.strictEqual(received, expected)
Expected value to strictly be equal to:
6
Received:
7
at Object.strictEqual (test/integration.test.js:120:18)
|
|
test (lts/*)
Using Node.js v24.14.0
|
|
test (latest)
Using Node.js v25.8.0
|