Files

8 lines
196 B
TypeScript
Raw Permalink Normal View History

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