webclient/test/test.ts
2020-09-18 15:15:37 +00:00

9 lines
191 B
TypeScript

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