forked from baron/baron-sso
test code제외
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user