fix(core): update

This commit is contained in:
2022-03-10 15:39:33 +01:00
parent f77f36312f
commit 2d4d243454
4 changed files with 4665 additions and 14093 deletions

View File

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