smartspawn/test/test.ts

8 lines
180 B
TypeScript

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