Closed macbre closed 3 months ago
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/puppeteer@22.13.0 | environment Transitive: filesystem, network, shell, unsafe | +110 |
27.4 MB | google-wombot |
🚮 Removed packages: npm/puppeteer@22.10.1
● Integration tests › /headers.html › should have "headersCount" metric set properly
assert.strictEqual(received, expected)
Expected value to strictly be equal to:
29
Received:
32
118 | Object.keys(test.metrics || {}).forEach((name) => {
119 | it(`should have "${name}" metric set properly`, () => {
> 120 | assert.strictEqual(results.getMetric(name), test.metrics[name]);
| ^
121 | });
122 | });
123 |
at Object.strictEqual (test/integration.test.js:120:18)
Release notes