Skip to content

Commit 9cb6e4d

Browse files
authored
Update deno.json
1 parent 7d19fdc commit 9cb6e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"exports": "./src",
55
"tasks": {
66
"lint": "deno lint",
7-
"test": "deno test -A --check --reload --doc --junit-path=\"./report.xml\""
7+
"test": "deno test -A --check --reload --doc --junit-path=\"./report.xml\" ./src/**/*.test.ts"
88
},
99
"test": {
1010
"include": [

0 commit comments

Comments
 (0)