Skip to content

Commit

Permalink
fix: review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Niloofar Sadeghi committed Sep 12, 2022
1 parent ece0f8f commit ed18ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ module.exports = {
transform: {
'^.+\\.jsx?$': 'babel-jest',
'^.+/es/^.+$': 'babel-jest',
'^.+\\.ts?$': 'ts-jest',
'^.+\\.tsx?$': 'ts-jest',
'^.+\\.(ts|tsx)?$': 'ts-jest',
},
testRegex: ['__tests__', '.*.spec.js'],
transformIgnorePatterns: ['/node_modules/(?!react-virtualized).+\\.js$'],
Expand Down
3 changes: 1 addition & 2 deletions packages/indicators/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = {
...baseConfigForPackages,
transform: {
'^.+\\.jsx?$': 'babel-jest',
'^.+\\.ts?$': 'ts-jest',
'^.+\\.tsx?$': 'ts-jest',
'^.+\\.(ts|tsx)?$': 'ts-jest',
},
};

0 comments on commit ed18ecc

Please sign in to comment.