fix(core): update

This commit is contained in:
2020-06-25 23:53:05 +00:00
parent 5d673799cc
commit 5acbf420ae
7 changed files with 407 additions and 342 deletions

View File

@@ -54,6 +54,7 @@ tap.test('should fire a request', async () => {
const response = await typedRequest.fire({
name: 'really'
});
console.log('this is the response:');
console.log(response);
expect(response.surname).to.equal('wow');
});