BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-07-28 22:35:16 +02:00
parent eda415893c
commit f12a92660f
15 changed files with 14221 additions and 1251 deletions

View File

@ -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 () => {});