fix(core): update
This commit is contained in:
parent
8b4befc828
commit
35df3697c7
@ -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();
|
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user