Skip to content

Commit 040262b

Browse files
committed
wip
1 parent b0d307b commit 040262b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/signals/signals-integration-tests/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"scripts": {
99
".": "yarn run -T turbo run --filter=@internal/signals-integration-tests...",
1010
"build": "webpack",
11-
"test": "playwright test src/tests/signals-vanilla",
11+
"test": "playwright test",
12+
"test:vanilla": "playwright test src/tests/vanilla",
1213
"test:perf": "playwright test src/tests/performance",
1314
"test:custom": "playwright test src/tests/custom",
1415
"watch": "webpack -w",

0 commit comments

Comments
 (0)