Skip to content

Commit 0da055a

Browse files
committed
Try fixing @internal import in tests
1 parent 0d530b1 commit 0da055a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineConfig({
2424

2525
// this mapping is disabled as we want `dist` imports in the tests only to be used for "type-only" imports which don't play a role for jest
2626
//'^@reduxjs/toolkit/dist/(.*)$': '<rootDir>/src/*',
27-
'@internal/': path.join(__dirname, './src/'),
27+
'@internal': path.join(__dirname, './src'),
2828
},
2929
deps: {
3030
interopDefault: true,

0 commit comments

Comments
 (0)