Skip to content

Commit

Permalink
chore: run method
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick committed Jan 31, 2024
1 parent 34abf5a commit 088fdfc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api-client-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"lint": "eslint src/**/*.ts* --fix --max-warnings=0 && pnpm run typecheck",
"typecheck": "tsc --noEmit",
"test": "vitest run --typecheck",
"test:bench": "vitest bench",
"test:bench": "vitest bench --run",
"test:watch": "vitest"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint": "eslint src/**/*.ts* --fix --max-warnings=0 && pnpm run typecheck",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:bench": "vitest bench",
"test:bench": "vitest bench --run",
"test:watch": "vitest"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/api-gen/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { defineConfig } from "vitest/config";
import codspeedPlugin from "@codspeed/vitest-plugin";

export default defineConfig({
plugins: [codspeedPlugin()],
test: {
coverage: {
// enabled: true,
Expand Down
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"outputs": []
},
"test:bench": {
"cache": false,
"outputs": []
},
"dev": {
Expand Down

0 comments on commit 088fdfc

Please sign in to comment.