fix(cli): Fix incorrect watch mode and update npm test command.

This commit is contained in:
2024-12-04 22:58:46 +01:00
parent e2b154f392
commit dc6bb93349
5 changed files with 12 additions and 23 deletions

View File

@ -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 () => {