Guest User

Untitled

a guest
Nov 19th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. "jest": {
  2. "transform": {
  3. "^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
  4. },
  5. "testRegex": "(/tests/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
  6. "moduleFileExtensions": [
  7. "ts",
  8. "tsx",
  9. "js",
  10. "jsx",
  11. "json"
  12. ]
  13. }
Add Comment
Please, Sign In to add comment