We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d19fdc commit 9cb6e4dCopy full SHA for 9cb6e4d
deno.json
@@ -4,7 +4,7 @@
4
"exports": "./src",
5
"tasks": {
6
"lint": "deno lint",
7
- "test": "deno test -A --check --reload --doc --junit-path=\"./report.xml\""
+ "test": "deno test -A --check --reload --doc --junit-path=\"./report.xml\" ./src/**/*.test.ts"
8
},
9
"test": {
10
"include": [
0 commit comments