Skip to content

Commit

Permalink
fix: vitest config file path
Browse files Browse the repository at this point in the history
  • Loading branch information
FaXaq committed Dec 26, 2024
1 parent 1528493 commit bacf9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default defineWorkspace([
include: ["./**/*.test.{ts,tsx}"],
clearMocks: true,
environment: "jsdom",
setupFiles: ["./ui/vitest.config.ts"],
setupFiles: ["./vitest.config.js"],
},
resolve: {},
},
Expand Down

0 comments on commit bacf9ca

Please sign in to comment.