Skip to content

Commit

Permalink
misc: ensure tests can be passed even with zero tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antho-bunny committed Aug 28, 2024
1 parent d31d2a3 commit a090f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "MIT",
"scripts": {
"lint": "deno lint",
"test": "deno test -A **/*.test.ts",
"test": "deno test --allow-none -A **/*.test.ts",
"check": "deno check src/main.ts",
"build": "mkdir dist && deno bundle src/main.ts dist/index.ts",
"dev": "deno run src/main.ts",
Expand Down

0 comments on commit a090f0b

Please sign in to comment.