Skip to content

Commit

Permalink
fix test script for node 16, 18 and 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel P committed Oct 16, 2023
1 parent c141251 commit 8bf32b8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ const script = `
} else
if (modules === 83) {
// no cpu features anymore
} else
if (modules === 93) {
// no cpu features anymore
} else
if (modules === 108) {
// no cpu features anymore
} else
if (modules === 111) {
// no cpu features anymore
} else {
assert(false, modules);
}
Expand Down Expand Up @@ -76,6 +85,12 @@ const script = `
if (modules === 79) {
} else
if (modules === 83) {
} else
if (modules === 93) {
} else
if (modules === 108) {
} else
if (modules === 111) {
} else {
assert(false, modules);
}
Expand Down

0 comments on commit 8bf32b8

Please sign in to comment.