Skip to content

Commit

Permalink
remove vitest reporter that hasn't been working for quite some time
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Jul 12, 2024
1 parent 129459f commit 8b8c304
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "turbo run lint",
"pages": "rm -rf node_modules && npm i -g pnpm turbo && pnpm i && pnpm build && ln -sf ./apps/spotlight/dist _site",
"test": "vitest run",
"test:ci": "vitest run --coverage.enabled --coverage.reporter=text --coverage.reporter=json-summary --coverage.reporter=json --coverage.reportOnFailure --reporter vitest-github-actions-reporter",
"test:ci": "vitest run --coverage.enabled --coverage.reporter=text --coverage.reporter=json-summary --coverage.reporter=json --coverage.reportOnFailure",
"test:infra": "turbo run --filter=infra test",
"typecheck": "tsc --build",
"prepare": "husky"
Expand All @@ -37,7 +37,6 @@
"type-fest": "^4.10.2",
"typescript": "^5.3.3",
"vitest": "^1.6.0",
"vitest-github-actions-reporter": "^0.11.1",
"vitest-mock-extended": "^1.3.1"
},
"dependencies": {
Expand Down
44 changes: 0 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b8c304

Please sign in to comment.