Skip to content

Commit 59e1646

Browse files
committed
test: oops, don't run duplicate test suites
1 parent 5d65239 commit 59e1646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prepare:playwright-test:package": "jscodeshift -t ./playwright-test/rename-imports.ts --extensions=ts --parser=ts ./lib",
2020
"prepublishOnly": "npm run build",
2121
"start:standalone": "hover-scripts test",
22-
"test": "run-s build:testing-library test:*",
22+
"test": "run-s build:testing-library test:standalone test:fixture",
2323
"test:legacy": "run-s build:testing-library test:standalone test:fixture:legacy",
2424
"test:fixture": "playwright test",
2525
"test:fixture:legacy": "playwright test test/fixture/element-handles.test.ts",

0 commit comments

Comments
 (0)