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 c4e4d19 commit ccdf261Copy full SHA for ccdf261
deno.jsonc
@@ -2,14 +2,11 @@
2
"tasks": {
3
"index": "deno run --check -A ./src/index.ts",
4
"lint": "deno lint",
5
- "test": "deno test -A --check --reload --doc --allow-none --junit-path=\"./report.xml\""
+ "test": "deno test -A --check --reload --doc --junit-path=\"./report.xml\""
6
},
7
- "exclude": [
8
- "**/*.test.ts"
9
- ],
10
"test": {
11
"include": [
12
+ "./src/**/*.test.ts"
13
]
14
15
"lint": {
0 commit comments