fix(core): update

This commit is contained in:
2021-12-10 17:34:06 +01:00
parent d1e46fd2a7
commit 33399126f7
6 changed files with 19246 additions and 3353 deletions

View File

@@ -55,7 +55,7 @@ export class TapTest <T = unknown> {
this.status = 'success';
this.testDeferred.resolve(this);
this.testResultDeferred.resolve(testReturnValue);
} catch (err) {
} catch (err: any) {
this.hrtMeasurement.stop();
console.log(
`not ok ${testNumber} - ${this.description} # time=${this.hrtMeasurement.milliSeconds}ms`