Skip to content

Commit 3126fa2

Browse files
committed
chore: add test script
1 parent 25b87ee commit 3126fa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"scripts": {
5757
"lint": "eslint .",
5858
"lint:fix": "eslint . --fix",
59+
"test": "pnpm test:types && pnpm test:unit && pnpm test:examples",
5960
"test:examples": "pnpm --filter '!example-app-cucumber' --filter '!example-app-jest' -r test && pnpm --filter example-app-cucumber -r test",
6061
"test:knip": "knip",
6162
"test:engines": "pnpm installed-check --no-workspaces --ignore-dev",

0 commit comments

Comments
 (0)