Skip to content

Instantly share code, notes, and snippets.

@gomorizsolt
Last active March 11, 2019 07:30
Show Gist options
  • Save gomorizsolt/c0921a823f109ce6e780ff25a28c91c1 to your computer and use it in GitHub Desktop.
Save gomorizsolt/c0921a823f109ce6e780ff25a28c91c1 to your computer and use it in GitHub Desktop.
React and Jest - handle non-Javascript files
// The mock file can be something like this:
// module.exports = "test-file-stub";
"jest": {
"moduleNameMapper": {
".+\\.(jpg|jpeg|png)$": "<rootDir>/path/to/your/mock/file"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment