Skip to content

Commit d861c86

Browse files
authored
Update deno.jsonc
1 parent 8d5f48e commit d861c86

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,6 +1,7 @@
11
{
22
"tasks": {
3-
"index": "deno run --check -A ./src/index.ts"
3+
"index": "deno run --check -A ./src/index.ts",
4+
"test": "deno test -A"
45
},
56
"exclude": [
67
"**/*.test.ts"

0 commit comments

Comments
 (0)