fix(core): update
This commit is contained in:
@ -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');
|
||||
|
@ -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 () => {});
|
||||
|
||||
|
@ -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');
|
||||
|
Reference in New Issue
Block a user