ignore module tests
This commit is contained in:
parent
7b5f5c260a
commit
ceacbbf70e
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ const getDescribe = (fileName: string): Describe => {
|
||||||
}
|
}
|
||||||
const start = async () => {
|
const start = async () => {
|
||||||
|
|
||||||
const files = await globby("**/*.spec.js")
|
const files = await globby(["**/*.spec.js", "!**/node_modules/**"])
|
||||||
const modules: { file: string, module: TestModule }[] = []
|
const modules: { file: string, module: TestModule }[] = []
|
||||||
let devModule = -1
|
let devModule = -1
|
||||||
for (const file of files) {
|
for (const file of files) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue