Skip to content

Instantly share code, notes, and snippets.

@b-tiwari
Created April 9, 2018 00:04
Show Gist options
  • Save b-tiwari/fd58b445dec2e8dacea1c3297e35c4b3 to your computer and use it in GitHub Desktop.
Save b-tiwari/fd58b445dec2e8dacea1c3297e35c4b3 to your computer and use it in GitHub Desktop.
jest.config.js
module.exports = {
"preset": "jest-expo",
"transform": {
"^.+\\.jsx?$": "<rootDir>/node_modules/babel-jest",
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|/src/.*\\.(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"ios.ts",
"ios.tsx",
"android.ts",
"android.tsx"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment