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 b0d307b commit 040262bCopy full SHA for 040262b
packages/signals/signals-integration-tests/package.json
@@ -8,7 +8,8 @@
8
"scripts": {
9
".": "yarn run -T turbo run --filter=@internal/signals-integration-tests...",
10
"build": "webpack",
11
- "test": "playwright test src/tests/signals-vanilla",
+ "test": "playwright test",
12
+ "test:vanilla": "playwright test src/tests/vanilla",
13
"test:perf": "playwright test src/tests/performance",
14
"test:custom": "playwright test src/tests/custom",
15
"watch": "webpack -w",
0 commit comments