remoteingress/test/test.ts
2024-03-24 14:44:44 +01:00

9 lines
197 B
TypeScript

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