Last active
January 21, 2019 09:01
-
-
Save PavelPolyakov/d08701b09df7449bd65f29ce4978ce37 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
{ | |
"type": "node", | |
"request": "launch", | |
"name": "Debug jest test", | |
"preLaunchTask": "npm run build", | |
"program": "${workspaceRoot}/node_modules/.bin/jest", | |
"args": [ | |
"--config", | |
"${workspaceRoot}/jest.config.js", | |
"--runInBand", | |
"${relativeFile}" | |
], | |
"sourceMaps": true, | |
"outFiles": ["${workspaceRoot}/dist/**/*"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
refers to refers to https://medium.com/car2godevs/fastify-with-typescript-production-ready-integration-2303318ecd9e