This commit is contained in:
2018-03-07 22:22:15 +01:00
commit b9990c3953
15 changed files with 1344 additions and 0 deletions

8
test/test.ts Normal file
View File

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