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