smartspawn/test/test.ts

8 lines
177 B
TypeScript
Raw Normal View History

2018-08-02 13:31:05 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
2018-08-02 13:31:05 +00:00
import * as smartspawn from '../ts/index';
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();