Skip to content

Instantly share code, notes, and snippets.

@timgivois
Created July 28, 2019 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timgivois/8523ef1290fb049244cdcd228deec17b to your computer and use it in GitHub Desktop.
Save timgivois/8523ef1290fb049244cdcd228deec17b to your computer and use it in GitHub Desktop.
{
"roots": [
"<rootDir>/src"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"setupFilesAfterEnv": ["<rootDir>/setupEnzyme.js"],
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"],
"moduleNameMapper": {
"^.+\\.(css|less|scss)$": "babel-jest",
"^.+\\.(jpg|png|gif|svg)$": "identity-obj-proxy"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment