Skip to content

Commit

Permalink
Merge pull request #191 from ImmoweltGroup/update-transformIgnorePatt…
Browse files Browse the repository at this point in the history
…erns

FEATURE: added @smartdesign scope to transformIgnorePatterns
  • Loading branch information
Roman Heckendorf authored Jul 7, 2020
2 parents 2002c64 + 651deb1 commit 72e1db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest-preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"<rootDir>/node_modules/@immowelt/jest-preset-react/src/setupFiles/enzyme.js"
],
"testMatch": ["<rootDir>/**/?(*.)spec.{js,jsx}"],
"transformIgnorePatterns": ["node_modules/(?!@immowelt)"],
"transformIgnorePatterns": ["node_modules/(?!(@immowelt|@smartdesign))"],
"testEnvironment": "jsdom",
"testURL": "http://localhost",
"transform": {
Expand Down

0 comments on commit 72e1db4

Please sign in to comment.