Skip to content

Commit

Permalink
Merge pull request #25 from jenny-s51/upgradeFilterableDemo
Browse files Browse the repository at this point in the history
Upgrade Filterable example
  • Loading branch information
wise-king-sullyman authored Dec 5, 2023
2 parents b450ab4 + c0016a6 commit b507d77
Show file tree
Hide file tree
Showing 5 changed files with 489 additions and 476 deletions.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module.exports = {
],
roots: ['<rootDir>/packages'],
transform: {
'^.+\\.[jt]sx?$': 'babel-jest'
'^.+\\.[jt]sx?$': 'babel-jest',
'^.+\\.svg$': 'jest-transform-stub'
},
transformIgnorePatterns: ['node_modules/(?!@patternfly)'],
moduleNameMapper: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"@testing-library/jest-dom": "5.16.5",
"@testing-library/dom": "9.3.0",
"jest-environment-jsdom": "^29.5.0",
"jest-transform-stub": "^2.0.0",
"serve": "^14.2.0"
}
}
Loading

0 comments on commit b507d77

Please sign in to comment.