Skip to content

Instantly share code, notes, and snippets.

@hckhanh
Last active August 14, 2016 09:29
Show Gist options
  • Save hckhanh/155f29a9fb290140faafea93308d504d to your computer and use it in GitHub Desktop.
Save hckhanh/155f29a9fb290140faafea93308d504d to your computer and use it in GitHub Desktop.
Jest configurations in package.json
"jest": {
"automock": false,
"moduleNameMapper": {
"^.+\\.(css|less)$": "<rootDir>/test/styleMock.js",
"^.+\\.(png|jpg|jpeg|gif|svg|woff|woff2|ttf|eot)$": "<rootDir>/test/fileMock.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment