fix(core): update

This commit is contained in:
Philipp Kunz 2024-02-29 23:55:34 +01:00
parent 8b4befc828
commit 35df3697c7
2 changed files with 3 additions and 2 deletions

View File

@ -101,8 +101,9 @@ tap.test('should allow VirtualStreams', async () => {
}); });
tap.test('should end the server', async (toolsArg) => { tap.test('should end the server', async (toolsArg) => {
await toolsArg.delayFor(5000); await toolsArg.delayFor(1000);
await testServer.stop(); await testServer.stop();
setTimeout(() => process.exit(0), 100);
}); });
tap.start(); tap.start();

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@api.global/typedrequest', name: '@api.global/typedrequest',
version: '3.0.14', version: '3.0.15',
description: 'make typed requests towards apis' description: 'make typed requests towards apis'
} }