Skip to content

Commit a7b5e92

Browse files
authored
test(e2e): run tests on Windows jobs (tuono-labs#682)
1 parent 4d91bc0 commit a7b5e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"typecheck": "turbo typecheck --filter=./devtools/* --filter=./packages/*",
1313
"test": "turbo test --filter=./devtools/* --filter=./packages/*",
1414
"test:watch": "turbo test:watch --filter=./devtools/* --filter=./packages/*",
15-
"test:e2e": "pnpm --filter='fixture-*' run test:e2e",
15+
"test:e2e": "pnpm --filter \"./e2e/fixtures/*\" run test:e2e",
1616
"examples:format": "prettier ./examples/** --check",
1717
"examples:format:fix": "prettier ./examples/** --write",
1818
"examples:typecheck": "pnpm --filter \"./examples/*\" exec tsc --noEmit",

0 commit comments

Comments
 (0)