2024-05-14 19:28:39 +02:00
|
|
|
import { expect, tap } from '@push.rocks/tapbundle';
|
2016-09-28 23:46:28 +02:00
|
|
|
|
2022-07-28 22:35:16 +02:00
|
|
|
import * as smartspawn from '../ts/index.js';
|
2016-09-28 23:46:28 +02:00
|
|
|
|
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();
|