Skip to content

Instantly share code, notes, and snippets.

@trooperandz
Created January 2, 2021 00:52
Show Gist options
  • Save trooperandz/da1c356e6a585639245803ce56607c7f to your computer and use it in GitHub Desktop.
Save trooperandz/da1c356e6a585639245803ce56607c7f to your computer and use it in GitHub Desktop.
React Native SVG Jest configuration
// Jest mock configuration for SVG imports
module.exports = {
moduleNameMapper: {
"\\.svg": "<rootDir>/__mocks__/svgMock.js"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment