Skip to content

Commit

Permalink
chore: fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Nov 21, 2022
1 parent 190c3b3 commit d104182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Conformance-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ for (const file of testFile) {

console.log(`${testFile.length - i}/${testFile.length}`)

if (testFile.length !== i) {
if (i > 0) {
process.exit(1);
}

Expand Down

0 comments on commit d104182

Please sign in to comment.