Skip to content

Commit 8714349

Browse files
committed
Exclude tests from node_modules
1 parent 7c13be2 commit 8714349

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/built-test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ await build({
1515
deno: true,
1616
},
1717
test: true,
18+
testPattern: 'test/**/*.test.ts',
1819
typeCheck: false,
1920
scriptModule: false,
2021
esModule: true,

0 commit comments

Comments
 (0)