We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec02b1 commit 73e3d2cCopy full SHA for 73e3d2c
scripts/ciTest.js
@@ -61,7 +61,7 @@ async function runTests() {
61
for (const file of files) {
62
var testDir = path.join(buildTestDir, file);
63
if (file === "node_modules" || !fs.lstatSync(testDir).isDirectory()) {
64
- return;
+ break;
65
}
66
if (!fs.existsSync(path.join(testDir, "input.js"))) {
67
console.warn(`input.js does not exist in ${testDir}`);
0 commit comments