Skip to content

Instantly share code, notes, and snippets.

@Pierre-RA
Last active October 4, 2017 15:01
Show Gist options
  • Save Pierre-RA/d9b75ee1df9312ae54e591f96156f7b4 to your computer and use it in GitHub Desktop.
Save Pierre-RA/d9b75ee1df9312ae54e591f96156f7b4 to your computer and use it in GitHub Desktop.
"jest": {
"globals": {
"ts-jest": {
"tsConfigFile": "tsconfig.json"
}
},
"moduleFileExtensions": [
"ts",
"js",
"json"
],
"moduleDirectories": [
"node_modules",
"server"
],
"transform": {
"^.+\\.(ts|tsx)$": "./node_modules/ts-jest/preprocessor.js"
},
"testMatch": [
"**/tests/**/*.test.(ts|js)"
],
"testEnvironment": "node"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment