Skip to content

Instantly share code, notes, and snippets.

@johndavedecano
Created November 7, 2018 06:49
Show Gist options
  • Save johndavedecano/9173b50094774ed522986d7fed0eeaa6 to your computer and use it in GitHub Desktop.
Save johndavedecano/9173b50094774ed522986d7fed0eeaa6 to your computer and use it in GitHub Desktop.
module.exports = {
"roots": [
"<rootDir>/src"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment