smartaction/test/test.ts
2022-02-27 14:08:03 +01:00

9 lines
195 B
TypeScript

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