fix(core): update
This commit is contained in:
@ -3,7 +3,7 @@ import { tap, expect, expectAsync } from '@pushrocks/tapbundle';
|
||||
import * as smartrequest from '../ts/index';
|
||||
|
||||
tap.test('should request a html document over https', async () => {
|
||||
await expectAsync(smartrequest.getJson('https://encrypted.google.com/')).toHaveProperty('body')
|
||||
await expectAsync(smartrequest.getJson('https://encrypted.google.com/')).toHaveProperty('body');
|
||||
});
|
||||
|
||||
tap.test('should request a JSON document over https', async () => {
|
||||
|
Reference in New Issue
Block a user