detector/test/test.ts

9 lines
189 B
TypeScript
Raw Normal View History

2021-04-12 19:00:08 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as detector from '../ts/index';
tap.test('first test', async () => {
console.log(detector.standardExport);
});
tap.start();