Skip to content

flibustier7seas/vs-code-typescript-mocha-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VS Code. Debug mocha tests written in TypeScript

Debug Tasks

  • Debug Mocha Test (ts-node) - allows you debug typescript files using ts-node.
  • Debug Mocha Test Current File (ts-node) - allows you debug current typescript file using ts-node.
  • Debug Mocha Test (transpiled-code) - allows you debug typescript files by transpiled code. Before run this task, typescript files will transpile to js with source-map.

Usage

  • Press Ctrl+Shift+D and choose debug task to debug test.
  • Press Ctrl+Shift+B to build the project.
  • Press Ctrl+Shift+P and choose "Run test task" to run test.
  • npm test or npm run test:ts or npm run test:ts:watch.
  • npm run test:js.

Dependencies

Information

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published