From 35df3697c7c2d1cef3e786595a525b405718ecae Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 29 Feb 2024 23:55:34 +0100 Subject: [PATCH] fix(core): update --- test/{skip.ts => test.ts} | 3 ++- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) rename test/{skip.ts => test.ts} (97%) diff --git a/test/skip.ts b/test/test.ts similarity index 97% rename from test/skip.ts rename to test/test.ts index 98d484b..33033af 100644 --- a/test/skip.ts +++ b/test/test.ts @@ -101,8 +101,9 @@ tap.test('should allow VirtualStreams', async () => { }); tap.test('should end the server', async (toolsArg) => { - await toolsArg.delayFor(5000); + await toolsArg.delayFor(1000); await testServer.stop(); + setTimeout(() => process.exit(0), 100); }); tap.start(); diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9e09616..e2e5b8e 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@api.global/typedrequest', - version: '3.0.14', + version: '3.0.15', description: 'make typed requests towards apis' }