diff --git a/test/test.browser.ts b/test/test.browser.ts index f105bcb..958c0e9 100644 --- a/test/test.browser.ts +++ b/test/test.browser.ts @@ -36,10 +36,12 @@ tap.test('should fire a request', async () => { ); const result = await typedRequest.fire({ name: 'yes', - }).catch(err => { - console.log(err); - }); + }) console.log(result); }); +tap.test('test', async (tools) => { + await tools.delayFor(5000); +}) + tap.start(); diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e2e5b8e..8d55129 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.15', + version: '3.0.16', description: 'make typed requests towards apis' }