fix(core): update

This commit is contained in:
2023-08-26 14:52:12 +02:00
parent cd5d50369e
commit f96024380a
12 changed files with 2090 additions and 774 deletions

View File

@ -1,5 +1,5 @@
// tslint:disable-next-line: no-implicit-dependencies
import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
import * as tswatch from '../ts/index.js';
let testTsWatchInstance: tswatch.TsWatch;