Skip to content

Commit 2eaee9e

Browse files
committed
chore: fix integration tests
Signed-off-by: Jakub Freisler <[email protected]>
1 parent ed88939 commit 2eaee9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"release:ci": "pnpm release --yes",
1515
"release:test": "pnpm release --no-git-tag-version --no-push --skip-npm",
1616
"test": "cd example && pnpm test:ct:ci && pnpm test:e2e:ci && pnpm test:integration:ci",
17-
"test:integration": "vitest run",
18-
"test:integration:watch": "vitest",
19-
"test:integration:coverage": "vitest run --coverage",
20-
"test:integration:ci": "CI=true vitest run --coverage",
17+
"test:integration": "pnpm -r test:integration",
18+
"test:integration:watch": "pnpm -r test:integration:watch",
19+
"test:integration:coverage": "pnpm -r test:integration:coverage",
20+
"test:integration:ci": "pnpm -r test:integration:ci",
2121
"test:ct": "cd example && pnpm test:ct",
2222
"test:ct:ci": "cd example && pnpm test:ct:ci",
2323
"test:e2e": "cd example && pnpm test:e2e",

0 commit comments

Comments
 (0)