Skip to content

Commit

Permalink
fix: remove unused moduleName
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderscheibler committed Oct 27, 2024
1 parent 6d6f9bc commit 617a635
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const config: Config = {

moduleNameMapper: {
'^@/components/(.*)$': '<rootDir>/src/components/$1',
'^@/contexts/(.*)$': '<rootDir>/src/contexts/$1',
'^@/utils/(.*)$': '<rootDir>/src/utils/$1',
},
moduleDirectories: ['<rootDir>/node_modules', '<rootDir>/src'],
Expand Down

0 comments on commit 617a635

Please sign in to comment.