update --nocoverage option

This commit is contained in:
2017-07-28 01:21:37 +02:00
parent 83b324054a
commit 25993bd66f
8 changed files with 43 additions and 45 deletions

View File

@@ -1,3 +1,4 @@
import { ITapbufferConfig } from 'tapbuffer';
/**
* specifies the different modes available
* default -> uses default options no matterm what
@@ -7,13 +8,12 @@
export declare type npmtsMode = 'default' | 'custom' | 'merge';
export interface INpmtsConfig {
argv: any;
coverage: boolean;
coverageTreshold: number;
checkDependencies: boolean;
mode: npmtsMode;
test: boolean;
testTs: any;
testConfig: any;
testConfig: ITapbufferConfig;
ts: any;
tsOptions: any;
watch: boolean;