Skip to content

Instantly share code, notes, and snippets.

@mateuszsokola
Created October 11, 2017 21:22
Show Gist options
  • Save mateuszsokola/4e68c9640efd457f04f9d00ef43e1317 to your computer and use it in GitHub Desktop.
Save mateuszsokola/4e68c9640efd457f04f9d00ef43e1317 to your computer and use it in GitHub Desktop.
{
"name": "open-joblist",
...
"jest": {
"setupFiles": [
"<rootDir>/test-shim.js",
"<rootDir>/test-setup.js"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>/test-preprocessor.js"
},
"testMatch": [
"**/__tests__/*.(ts|tsx|js)"
]
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment