Skip to content

Commit

Permalink
fix: resolve vitest config path
Browse files Browse the repository at this point in the history
  • Loading branch information
holakirr committed Jan 9, 2025
1 parent 6341ba8 commit 1b61f38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vitest.workspace.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { resolve } from "node:path"
import { defineWorkspace } from "vitest/config"

export default defineWorkspace(["./vitest.config.ts"])
export default defineWorkspace([resolve(__dirname, "./vitest.config.ts")])

0 comments on commit 1b61f38

Please sign in to comment.