fix(core): update
This commit is contained in:
parent
e7866dadb7
commit
995f296319
@ -4,6 +4,10 @@ import * as tswatch from '../ts/index';
|
|||||||
|
|
||||||
let testTsWatchInstance: tswatch.TsWatch;
|
let testTsWatchInstance: tswatch.TsWatch;
|
||||||
|
|
||||||
|
if (process.env.CI) {
|
||||||
|
process.exit(0);
|
||||||
|
}
|
||||||
|
|
||||||
tap.test('should create a valid TsWatch instance', async () => {
|
tap.test('should create a valid TsWatch instance', async () => {
|
||||||
testTsWatchInstance = new tswatch.TsWatch('echoSomething');
|
testTsWatchInstance = new tswatch.TsWatch('echoSomething');
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user