smartuniverse/test/test.ts
2018-03-07 22:22:15 +01:00

9 lines
188 B
TypeScript

import { expect, tap } from 'tapbundle';
import * as smartuniverse from '../ts/index';
tap.test('first test', async () => {
console.log(smartuniverse.standardExport);
});
tap.start();