fix(core): update

This commit is contained in:
2022-03-16 16:23:32 +01:00
parent dec635f57f
commit 06caeaf7c8
6 changed files with 4825 additions and 12538 deletions

View File

@ -1,5 +1,5 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as webrequest from '../ts/index';
import * as webrequest from '../ts/index.js';
tap.test('first test', async (tools) => {
const done = tools.defer();

View File

@ -1,5 +1,5 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as webrequest from '../ts/index';
import * as webrequest from '../ts/index.js';
// test dependencies
import * as smartexpress from '@pushrocks/smartexpress';