diff --git a/test/Conformance-test.js b/test/Conformance-test.js index 2b3822f..630dc98 100644 --- a/test/Conformance-test.js +++ b/test/Conformance-test.js @@ -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); }