Skip to content

Commit ccdf261

Browse files
authored
Update deno.jsonc
1 parent c4e4d19 commit ccdf261

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

deno.jsonc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
"tasks": {
33
"index": "deno run --check -A ./src/index.ts",
44
"lint": "deno lint",
5-
"test": "deno test -A --check --reload --doc --allow-none --junit-path=\"./report.xml\""
5+
"test": "deno test -A --check --reload --doc --junit-path=\"./report.xml\""
66
},
7-
"exclude": [
8-
"**/*.test.ts"
9-
],
107
"test": {
118
"include": [
12-
"**/*.test.ts"
9+
"./src/**/*.test.ts"
1310
]
1411
},
1512
"lint": {

0 commit comments

Comments
 (0)