smartspawn/test/test.ts
2019-08-22 09:26:30 +02:00

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();