fix(core): update

This commit is contained in:
2023-08-06 18:15:01 +02:00
parent f93d10d394
commit 7e75cccbcb
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ tap.test('should create a valid StaticHandler', async () => {
});
tap.test('should add typedrequest and typedsocket', async () => {
const typedrequest = await import('@apiglobal/typedrequest');
const typedrequest = await import('@api.global/typedrequest');
const typedrouter = new typedrequest.TypedRouter();
testServer.addTypedRequest(typedrouter);