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 3c562f3 commit 649d65dCopy full SHA for 649d65d
package.json
@@ -18,6 +18,7 @@
18
"prepare:playwright-test:imports": "./playwright-test/prepare-package.js",
19
"prepare:playwright-test:package": "jscodeshift -t ./playwright-test/rename-imports.ts --extensions=ts --parser=ts ./lib",
20
"prepublishOnly": "npm run build",
21
+ "start:standalone": "hover-scripts test",
22
"test": "run-s build:testing-library test:*",
23
"test:fixture": "playwright test",
24
"test:standalone": "hover-scripts test --no-watch",
0 commit comments