Skip to content

Commit

Permalink
Merge pull request #2659 from RedHatInsights/master
Browse files Browse the repository at this point in the history
[stable] Update build
  • Loading branch information
florkbr authored Oct 10, 2023
2 parents 4afbc6b + 82041f1 commit 6ca8f57
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 591 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
Loading

0 comments on commit 6ca8f57

Please sign in to comment.