Skip to content

Instantly share code, notes, and snippets.

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