smartaction/test/test.ts

9 lines
195 B
TypeScript
Raw Normal View History

2022-02-27 13:08:03 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartaction from '../ts/index';
tap.test('first test', async () => {
console.log(smartaction.standardExport);
});
tap.start();