fix(core): update
This commit is contained in:
parent
68e16e80f0
commit
2796498984
@ -48,6 +48,7 @@ tap.test('should fire a request', async () => {
|
||||
const response = await typedRequest.fire({
|
||||
name: 'really'
|
||||
});
|
||||
console.log(response);
|
||||
expect(response.surname).to.equal('wow');
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user