Skip to content

Commit

Permalink
build: cleanup ignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlkoch authored and simonseyock committed May 6, 2024
1 parent fc1ff8c commit a182130
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
'<rootDir>/dist/'
],
transformIgnorePatterns: [
'node_modules/(?!(@terrestris/.*|ol|antd|@camptocamp/inkmap|(rc-[a-z-]*)|@ant-design\/css-animation|(-[a-z]+)*|@babel\/runtime)/)'
'node_modules/(?!(ol|@camptocamp/inkmap|@terrestris/react-util|d3-selection)/)'
],
setupFiles: [
'<rootDir>/jest/__mocks__/matchMediaMock.js'
Expand Down
6 changes: 3 additions & 3 deletions styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ module.exports = {
}, {
name: 'Hooks',
components: 'src/Hook/**/*.ts'
}, {
name: 'HigherOrderComponents',
components: 'src/HigherOrderComponent/**/*.tsx'
}, {
name: 'LayerSwitcher',
components: 'src/LayerSwitcher/**/*.tsx'
Expand All @@ -102,6 +99,9 @@ module.exports = {
}, {
name: 'Map',
components: 'src/Map/**/*.tsx'
}, {
name: 'Panel',
components: 'src/Panel/**/*.tsx'
}, {
name: 'Slider',
components: 'src/Slider/**/*.tsx'
Expand Down

0 comments on commit a182130

Please sign in to comment.