Skip to content

Instantly share code, notes, and snippets.

@DanielMSchmidt
Created November 18, 2016 19:01
Show Gist options
  • Save DanielMSchmidt/f061968045efb9a5540a0706f9e79bbb to your computer and use it in GitHub Desktop.
Save DanielMSchmidt/f061968045efb9a5540a0706f9e79bbb to your computer and use it in GitHub Desktop.
{
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less|scss|sass)$": "identity-obj-proxy"
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment