smartlog-destination-clickh.../test/test.ts
2024-06-14 17:14:55 +02:00

9 lines
189 B
TypeScript

import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
import * as slclick from '../ts/index.js';
tap.test('first test', async () => {
console.log(slclick);
});
tap.start();