smartspawn/test/test.ts

8 lines
196 B
TypeScript
Raw Permalink Normal View History

2024-05-14 17:28:39 +00:00
import { expect, tap } from '@push.rocks/tapbundle';
2022-07-28 20:35:16 +00:00
import * as smartspawn from '../ts/index.js';
2019-08-22 07:26:30 +00:00
tap.test('should create a simple test function', async () => {});
2017-11-28 15:10:15 +00:00
2024-05-14 17:28:39 +00:00
export default tap.start();