BREAKING CHANGE(core): switch to esm
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { expect, tap } from '@pushrocks/tapbundle';
|
||||
|
||||
import * as smartspawn from '../ts/index';
|
||||
import * as smartspawn from '../ts/index.js';
|
||||
|
||||
tap.test('should create a simple test function', async () => {});
|
||||
|
||||
|
Reference in New Issue
Block a user