Skip to content

Commit

Permalink
ignore module tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Apr 24, 2024
1 parent 777fbc6 commit 8e7d8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/testRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8e7d8fc

Please sign in to comment.