Skip to content

Commit

Permalink
"--test" argument is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Jan 17, 2024
1 parent 06bf00f commit f9e0c46
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 @@ -44,7 +44,7 @@
"build-native": "docker buildx build ./ --file ./Dockerfile.native --output type=local,dest=./dist/",
"docs": "typedoc ./types/chafa.d.ts --plugin typedoc-plugin-markdown --readme none --disableSources --cleanOutputDir --out ./docs/",
"test": "run-s test:*",
"test:node": "node --test ./test/node.test.js",
"test:node": "node ./test/node.test.js",
"test:deno": "deno test --allow-read=./dist/ ./test/deno.test.js",
"test:bun": "bun test --cwd ./test/ bun",
"test:browser": "run-s test:browser:*",
Expand Down

0 comments on commit f9e0c46

Please sign in to comment.