fix #17, now computing coverage result correctly
This commit is contained in:
3
dist/npmts.config.js
vendored
3
dist/npmts.config.js
vendored
@@ -14,7 +14,8 @@ exports.run = function (argvArg) {
|
||||
testTs: {},
|
||||
ts: {},
|
||||
tsOptions: {},
|
||||
watch: false
|
||||
watch: false,
|
||||
runData: {}
|
||||
};
|
||||
// mix with configfile
|
||||
plugins.beautylog.ora.text('running npmextra');
|
||||
|
||||
Reference in New Issue
Block a user