fix(core): update

This commit is contained in:
2022-03-14 11:22:17 +01:00
parent 6690238251
commit da711c119f
13 changed files with 3868 additions and 12324 deletions

View File

@ -1,4 +1,4 @@
import { tap, expect, webhelpers } from '../ts/index';
import { tap, expect, webhelpers } from '../ts/index.js';
tap.preTask('custompretask', async () => {
console.log('this is a pretask');

View File

@ -1,4 +1,4 @@
import { tap, expect, TapWrap } from '../ts/index';
import { tap, expect, TapWrap } from '../ts/index.js';
tap.test('should run a test', async () => {});

View File

@ -1,4 +1,4 @@
import { tap, expect } from '../ts/index';
import { tap, expect } from '../ts/index.js';
tap.preTask('hi there', async () => {
console.log('this is a pretask');