Skip to content

Commit

Permalink
chore: remove scripts/test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed Sep 22, 2024
1 parent 5999e1b commit 1eb4b6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"fix:prettier": "prettier --write .",
"generate-ruleset-parser": "lezer-generator src/scripts/ruleset/ruleset.grammar -o src/scripts/ruleset/parser.js --noTerms",
"generate-third-party-notices": "tsx scripts/generate-third-party-notices.ts",
"test": "tsx scripts/test.ts"
"test": "tsx --test src/**/*.test.ts"
},
"type": "module",
"workspaces": [
Expand Down
16 changes: 0 additions & 16 deletions scripts/test.ts

This file was deleted.

0 comments on commit 1eb4b6b

Please sign in to comment.