Created
October 11, 2017 21:22
-
-
Save mateuszsokola/4e68c9640efd457f04f9d00ef43e1317 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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