now allows the setting of a better config for how tests are run

This commit is contained in:
2017-06-17 10:47:07 +02:00
parent da1ec0329f
commit d889a20572
7 changed files with 112 additions and 60 deletions

1
dist/mod02/index.js vendored
View File

@ -24,6 +24,7 @@ let tap = function (configArg) {
* the TabBuffer for npmts
*/
let npmtsTapBuffer = new plugins.tapbuffer.TabBuffer();
npmtsTapBuffer.setConfig(configArg.testConfig);
/**
* handle the testable files
*/