Guest User

Untitled

a guest
Feb 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {
  2. "type": "node",
  3. "request": "launch",
  4. "name": "Jest Tests",
  5. "program": "${workspaceRoot}/node_modules/jest/bin/jest.js",
  6. "args": [
  7. "-i"
  8. ],
  9. "preLaunchTask": "build",
  10. "internalConsoleOptions": "openOnSessionStart",
  11. "outFiles": [
  12. "${workspaceRoot}/dist/**/*"
  13. ],
  14. "envFile": "${workspaceRoot}/.env"
  15. }
Add Comment
Please, Sign In to add comment