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 8d5f48e commit d861c86Copy full SHA for d861c86
deno.jsonc
@@ -1,6 +1,7 @@
1
{
2
"tasks": {
3
- "index": "deno run --check -A ./src/index.ts"
+ "index": "deno run --check -A ./src/index.ts",
4
+ "test": "deno test -A"
5
},
6
"exclude": [
7
"**/*.test.ts"
0 commit comments