smartspawn/test/test.ts
2024-05-14 19:28:39 +02:00

8 lines
196 B
TypeScript

import { expect, tap } from '@push.rocks/tapbundle';
import * as smartspawn from '../ts/index.js';
tap.test('should create a simple test function', async () => {});
export default tap.start();