Skip to content

Commit

Permalink
fix(test): resolve path for vitest configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
holakirr committed Jan 8, 2025
1 parent dda8022 commit 8d6774e
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 8d6774e

Please sign in to comment.