Files
smartradius/test/test.ts
2026-02-01 15:44:22 +00:00

9 lines
200 B
TypeScript

import { expect, tap } from '@git.zone/tstest/tapbundle';
import * as smartradius from '../ts/index.js'
tap.test('first test', async () => {
console.log(smartradius)
})
export default tap.start()