Skip to content

Commit 25d7c36

Browse files
committed
Fix formatting issue in vitest.config.ts
1 parent 0da055a commit 25d7c36

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/toolkit/vitest.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ export default defineConfig({
1414
setupFiles: ['./vitest.setup.js'],
1515
include: ['./src/**/*.(spec|test).[jt]s?(x)'],
1616
alias: {
17-
'@reduxjs/toolkit/query/react': path.join(
18-
__dirname,
19-
'./src/query/react/index.ts'
20-
), // @remap-prod-remove-line
17+
'@reduxjs/toolkit/query/react': path.join(__dirname,'./src/query/react/index.ts'), // @remap-prod-remove-line
2118
'@reduxjs/toolkit/query': path.join(__dirname, './src/query/index.ts'), // @remap-prod-remove-line
2219
'@reduxjs/toolkit/react': path.join(__dirname, './src/index.ts'), // @remap-prod-remove-line
2320
'@reduxjs/toolkit': path.join(__dirname, './src/index.ts'), // @remap-prod-remove-line

0 commit comments

Comments
 (0)