datev/test/test.ts

9 lines
183 B
TypeScript
Raw Normal View History

2020-09-09 00:22:36 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as datev from '../ts/index';
tap.test('first test', async () => {
console.log(datev.standardExport);
});
tap.start();