Skip to content

Commit 773d636

Browse files
committed
Fix tsconfigPaths root
1 parent 6a5a375 commit 773d636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/vitest.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const __filename = fileURLToPath(import.meta.url)
88
const __dirname = path.dirname(__filename)
99

1010
export default defineConfig({
11-
plugins: [tsconfigPaths({ root: import.meta.dirname })],
11+
plugins: [tsconfigPaths({ root: __dirname })],
1212
test: {
1313
globals: true,
1414
environment: 'jsdom',

0 commit comments

Comments
 (0)