Skip to content

Commit

Permalink
refactor: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
EresDev committed Nov 6, 2024
1 parent 7be3cc2 commit 0b04595
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ export default defineWorkersConfig({
alias: [{ find: "msw/node", replacement: "/node_modules/msw/lib/native/index.mjs" }],
},
test: {
//setupFiles: ["/tests/setup.ts"],
dir: "tests/unit",
poolOptions: {
workers: {
wrangler: { configPath: "./tests/wrangler-vitest.toml" },
},
main: "./functions/get-best-card.ts",
},
},
});

0 comments on commit 0b04595

Please sign in to comment.