fix(core): update

This commit is contained in:
2022-02-15 18:57:42 +01:00
parent 92059a50de
commit d182832e47
8 changed files with 19 additions and 32 deletions

View File

@ -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 () => {