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.
1 parent a65eb3f commit a4ca55fCopy full SHA for a4ca55f
.config/vitest.config.mts
@@ -65,13 +65,13 @@ export default defineConfig({
65
// Match: ../dist/some-module.js
66
find: /^\.\.\/dist\/(.*)\.js$/,
67
// Replace: src/some-module.ts
68
- replacement: path.resolve(__dirname, 'src/$1.ts'),
+ replacement: path.resolve(__dirname, '../src/$1.ts'),
69
},
70
{
71
// Match: ./dist/some-module.js
72
find: /^\.\/dist\/(.*)\.js$/,
73
74
75
76
]
77
: [],
0 commit comments