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 d861c86 commit 5d0113eCopy full SHA for 5d0113e
deno.jsonc
@@ -1,7 +1,8 @@
1
{
2
"tasks": {
3
"index": "deno run --check -A ./src/index.ts",
4
- "test": "deno test -A"
+ "lint": "deno lint",
5
+ "test": "deno test -A --check --reload --doc --allow-none --junit-path=\"./report.xml\""
6
},
7
"exclude": [
8
"**/*.test.ts"
0 commit comments