forked from baron/baron-sso
test code i18n x
This commit is contained in:
@@ -110,6 +110,10 @@ function walkDir(dirPath, files) {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (entry.name.includes('.test.') || entry.name.includes('.spec.')) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
files.push(path.join(dirPath, entry.name));
|
files.push(path.join(dirPath, entry.name));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user