Created
August 12, 2022 17:08
-
-
Save dominique-mueller/73a4b47f9121a650cb69ce6e84d14b85 to your computer and use it in GitHub Desktop.
Jest modulenamemappers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"moduleNameMapper": { | |
"^d3-([a-z-]*)$": "d3-$1/dist/d3-$1", | |
"^lodash-es$": "lodash" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment