We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tsconfigPaths
1 parent 6a5a375 commit 773d636Copy full SHA for 773d636
packages/toolkit/vitest.config.mts
@@ -8,7 +8,7 @@ const __filename = fileURLToPath(import.meta.url)
8
const __dirname = path.dirname(__filename)
9
10
export default defineConfig({
11
- plugins: [tsconfigPaths({ root: import.meta.dirname })],
+ plugins: [tsconfigPaths({ root: __dirname })],
12
test: {
13
globals: true,
14
environment: 'jsdom',
0 commit comments