1
0
forked from baron/baron-sso

test code i18n x

This commit is contained in:
2026-03-24 16:37:01 +09:00
parent 311e491683
commit a669d57e4a

View File

@@ -110,6 +110,10 @@ function walkDir(dirPath, files) {
continue;
}
if (entry.name.includes('.test.') || entry.name.includes('.spec.')) {
continue;
}
files.push(path.join(dirPath, entry.name));
}
}