We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85bcbd9 commit 5923f49Copy full SHA for 5923f49
scripts/ciTest.js
@@ -85,7 +85,7 @@ async function runTests() {
85
for (const file of files) {
86
const testDir = path.join(buildTestDir, file);
87
if (file === "node_modules" || !fs.lstatSync(testDir).isDirectory()) {
88
- break;
+ continue;
89
}
90
if (!fs.existsSync(path.join(testDir, "input.js"))) {
91
console.warn(`input.js does not exist in ${testDir}`);
0 commit comments