smartping/test/test.ts
2022-10-20 08:24:20 +02:00

9 lines
192 B
TypeScript

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