Skip to content

Commit

Permalink
Remove unecessary transforms config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Oct 10, 2023
1 parent 634e307 commit 7b14a42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ module.exports = {
testEnvironmentOptions: {
url: 'https://test.com',
},
transformIgnorePatterns: [
'<rootDir>/node_modules/(?!@redhat-cloud-services|@openshift|lodash-es|@patternfly/react-core/components|@patternfly/react-core/next|@patternfly/react-core/helpers|@patternfly/react-tokens/dist/esm|@patternfly/react-icons/dist/esm).+(js|jsx)$',
],
transformIgnorePatterns: ['<rootDir>/node_modules/(?!@patternfly/react-tokens/dist/esm|@patternfly/react-icons/dist/esm).+(js|jsx)$'],
transform: {
'^.+\\.(ts|js)x?$': [
'@swc/jest',
Expand Down

0 comments on commit 7b14a42

Please sign in to comment.