Skip to content

Commit

Permalink
Fix formatting issue in vitest.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Jan 5, 2024
1 parent 0da055a commit 25d7c36
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/toolkit/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ export default defineConfig({
setupFiles: ['./vitest.setup.js'],
include: ['./src/**/*.(spec|test).[jt]s?(x)'],
alias: {
'@reduxjs/toolkit/query/react': path.join(
__dirname,
'./src/query/react/index.ts'
), // @remap-prod-remove-line
'@reduxjs/toolkit/query/react': path.join(__dirname,'./src/query/react/index.ts'), // @remap-prod-remove-line
'@reduxjs/toolkit/query': path.join(__dirname, './src/query/index.ts'), // @remap-prod-remove-line
'@reduxjs/toolkit/react': path.join(__dirname, './src/index.ts'), // @remap-prod-remove-line
'@reduxjs/toolkit': path.join(__dirname, './src/index.ts'), // @remap-prod-remove-line
Expand Down

0 comments on commit 25d7c36

Please sign in to comment.