fix(cli): Fix incorrect watch mode and update npm test command.
This commit is contained in:
@ -5,7 +5,7 @@ import * as tswatch from '../ts/index.js';
|
||||
let testTsWatchInstance: tswatch.TsWatch;
|
||||
|
||||
tap.test('should create a valid TsWatch instance', async () => {
|
||||
testTsWatchInstance = new tswatch.TsWatch('echoSomething');
|
||||
testTsWatchInstance = new tswatch.TsWatch('echo');
|
||||
});
|
||||
|
||||
tap.test('should start the tswatch instance', async () => {
|
||||
|
Reference in New Issue
Block a user