ignore module tests

This commit is contained in:
hatim boufnichel 2024-04-24 14:35:44 +02:00
parent 7b5f5c260a
commit ceacbbf70e

View file

@ -20,7 +20,7 @@ const getDescribe = (fileName: string): Describe => {
}
const start = async () => {
const files = await globby("**/*.spec.js")
const files = await globby(["**/*.spec.js", "!**/node_modules/**"])
const modules: { file: string, module: TestModule }[] = []
let devModule = -1
for (const file of files) {