smartlog-destination-clickh.../test/test.ts

9 lines
189 B
TypeScript
Raw Normal View History

2024-06-14 15:14:55 +00:00
import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
2022-07-26 11:43:23 +00:00
import * as slclick from '../ts/index.js';
tap.test('first test', async () => {
console.log(slclick);
});
tap.start();