nodeTdd.activateOnStartup |
boolean |
true |
Activate TDD mode when workspace is opened |
nodeTdd.testScript |
string |
test |
The npm script to run tests |
nodeTdd.glob |
string |
{src,test}/**/*.{js,ts,jsx,tsx} |
The glob pattern for files to watch, relative to the workspace root |
nodeTdd.verbose |
boolean / object |
false / {onlyOnFailure: true} |
Show build status dialogs |
nodeTdd.minimal |
boolean |
false |
Minimise status bar clutter |
nodeTdd.buildOnActivation |
boolean |
false |
Run tests when TDD mode is activated |
nodeTdd.buildOnCreate |
boolean |
false |
Run tests when matching files are created |
nodeTdd.buildOnDelete |
boolean |
false |
Run tests when matching files are deleted |
nodeTdd.showCoverage |
boolean |
false |
Show the average test coverage if reported (experimental) |
nodeTdd.coverageThreshold |
number / null |
null |
The coverage threshold percentage, used to colour-code the coverage |
nodeTdd.reporter |
string / null |
null |
The test reporter used (currently only "tap" is supported) |