We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b87ee commit 3126fa2Copy full SHA for 3126fa2
package.json
@@ -56,6 +56,7 @@
56
"scripts": {
57
"lint": "eslint .",
58
"lint:fix": "eslint . --fix",
59
+ "test": "pnpm test:types && pnpm test:unit && pnpm test:examples",
60
"test:examples": "pnpm --filter '!example-app-cucumber' --filter '!example-app-jest' -r test && pnpm --filter example-app-cucumber -r test",
61
"test:knip": "knip",
62
"test:engines": "pnpm installed-check --no-workspaces --ignore-dev",
0 commit comments