Files

8 lines
201 B
TypeScript

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();