test code제외

This commit is contained in:
2026-03-24 16:40:28 +09:00
parent ddef0f7f05
commit 1d37bf5420
+4
View File
@@ -113,6 +113,10 @@ function walkDir(dirPath, files) {
continue;
}
if (entry.name.includes('.test.') || entry.name.includes('.spec.')) {
continue;
}
files.push(path.join(dirPath, entry.name));
}
}