Skip to content

Commit

Permalink
chore: try to fix tests in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanFnz committed Dec 14, 2024
1 parent 0190152 commit 63718f3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 13 deletions.
File renamed without changes.
File renamed without changes.
13 changes: 0 additions & 13 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,4 @@ module.exports = {
'^.+\\.[t|j]sx?$': 'babel-jest',
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
moduleNameMapper: {
'^@assets/(.*)$': '<rootDir>/src/assets/$1',
'^@components/(.*)$': '<rootDir>/src/components/$1',
'^@screens/(.*)$': '<rootDir>/src/screens/$1',
'^@hooks/(.*)$': '<rootDir>/src/hooks/$1',
'^@utils/(.*)$': '<rootDir>/src/utils/$1',
'^@navigation/(.*)$': '<rootDir>/src/navigation/$1',
'^@context/(.*)$': '<rootDir>/src/context/$1',
'^@theme/(.*)$': '<rootDir>/src/theme/$1',
'^@store/(.*)$': '<rootDir>/src/store/$1',
'^@config/(.*)$': '<rootDir>/src/config/$1',
'^@root/(.*)$': '<rootDir>/$1',
},
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 63718f3

Please sign in to comment.