remoteingress/test/test.ts

9 lines
197 B
TypeScript
Raw Permalink Normal View History

2024-03-24 13:44:44 +00:00
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()