Skip to content

Commit

Permalink
chore: list test scripts manually [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Jul 11, 2024
1 parent af9e20f commit db7d511
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 @@ -32,7 +32,7 @@
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "run-s test:*",
"test": "run-s test:unit test:types",
"test:unit": "tap --disable-coverage --allow-empty-coverage",
"test:types": "tsc --project tsconfig.test.json",
"test:snapshots": "tap --snapshot --disable-coverage --allow-empty-coverage",
Expand Down

0 comments on commit db7d511

Please sign in to comment.