Skip to content

Commit

Permalink
Fix jest by transforming grommet/es6
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Sep 28, 2022
1 parent afb80c5 commit 70b4ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/jest/jest.base-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config = {
transform: {
'^.+\\.(js|jsx|mjs|cjs|ts|tsx)$': '<rootDir>/internals/jest/babelTransform.js',
},
transformIgnorePatterns: ['/node_modules/(?!(cborg)/)'],
transformIgnorePatterns: ['/node_modules/(?!(cborg)|(grommet/es6)|(grommet-icons/es6)/)'],
watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'],
}

Expand Down

0 comments on commit 70b4ad0

Please sign in to comment.