Skip to content

Commit 26d65ea

Browse files
authored
test: add BadBatchBug check (#17)
1 parent 64e534b commit 26d65ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ async function t () {
3939
assert.ok(await isNodeVulnerable('v0.12.18'))
4040

4141
// Platform specific
42+
assert.ok(await isNodeVulnerable('22.4.0', 'win32'))
4243
assert.ok(await isNodeVulnerable('19.0.0', 'linux'))
4344
assert.ok(await isNodeVulnerable('18.0.0', 'win32'))
4445
assert.ok(await isNodeVulnerable('14.0.0', 'android'))

0 commit comments

Comments
 (0)