Skip to content

Commit 5d0113e

Browse files
authored
Update deno.jsonc
1 parent d861c86 commit 5d0113e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deno.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"tasks": {
33
"index": "deno run --check -A ./src/index.ts",
4-
"test": "deno test -A"
4+
"lint": "deno lint",
5+
"test": "deno test -A --check --reload --doc --allow-none --junit-path=\"./report.xml\""
56
},
67
"exclude": [
78
"**/*.test.ts"

0 commit comments

Comments
 (0)