8 lines
177 B
TypeScript
8 lines
177 B
TypeScript
import { expect, tap } from '@pushrocks/tapbundle';
|
|
|
|
import * as smartspawn from '../ts/index';
|
|
|
|
tap.test('should create a simple test function', async () => {});
|
|
|
|
tap.start();
|