2018-08-02 13:31:05 +00:00
|
|
|
import { expect, tap } from '@pushrocks/tapbundle';
|
2016-09-28 21:46:28 +00:00
|
|
|
|
2022-07-28 20:35:16 +00:00
|
|
|
import * as smartspawn from '../ts/index.js';
|
2016-09-28 21:46:28 +00:00
|
|
|
|
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
|
|
|
|
2018-08-02 13:31:05 +00:00
|
|
|
tap.start();
|