fix(core): update

This commit is contained in:
2022-03-24 20:02:58 +01:00
parent 309c282379
commit 2384fc1b76
10 changed files with 6890 additions and 14900 deletions

View File

@@ -1,6 +1,6 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as typedrequest from '../ts/index';
import * as typedrequest from '../ts/index.js';
let testTypedHandler: typedrequest.TypedHandler<ITestReqRes>;