smartlog-destination-clickh.../test/test.ts
2022-07-26 13:43:23 +02:00

9 lines
188 B
TypeScript

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