fix(esm): improve ESM compatibility and modernize package configuration
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { expect, tap } from '@git.zone/tstest/tapbundle';
|
||||
|
||||
import * as smartspawn from '../ts/index.js';
|
||||
|
||||
tap.test('should create a simple test function', async () => {});
|
||||
|
||||
export default tap.start();
|
||||
Reference in New Issue
Block a user