Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
groninge01 committed Sep 26, 2024
1 parent ee26a7c commit be6cfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepare": "cd ../.. && husky apps/frontend-v3/.husky",
"start": "next start",
"test": "pnpm test:unit & pnpm run test:integration",
"test:integration": "vitest -c ./vitest.config.integration.ts",
"test:integration": "pnpm --filter api graphql:gen && vitest -c ./vitest.config.integration.ts",
"test:unit": "vitest",
"test:unit:coverage": "vitest --coverage",
"test:unit:silent:coverage": "SILENT_TESTS=true vitest --coverage",
Expand Down

0 comments on commit be6cfba

Please sign in to comment.