Files
smartrust/test/test.ts
2026-02-08 12:28:51 +00:00

9 lines
196 B
TypeScript

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