Skip to content

Instantly share code, notes, and snippets.

@dominique-mueller
Created August 12, 2022 17:08
Show Gist options
  • Save dominique-mueller/73a4b47f9121a650cb69ce6e84d14b85 to your computer and use it in GitHub Desktop.
Save dominique-mueller/73a4b47f9121a650cb69ce6e84d14b85 to your computer and use it in GitHub Desktop.
Jest modulenamemappers
{
"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