fix(core): update

This commit is contained in:
2022-07-29 01:19:50 +02:00
parent d9e6214a7e
commit e8669f0420
13 changed files with 5885 additions and 18009 deletions

View File

@ -1,6 +1,6 @@
import { tap, expect, expectAsync } from '@pushrocks/tapbundle';
import * as smartrequest from '../ts/index';
import * as smartrequest from '../ts/index.js';
tap.test('should request a html document over https', async () => {
await expectAsync(smartrequest.getJson('https://encrypted.google.com/')).toHaveProperty('body');