smartai/test/test.ts

9 lines
185 B
TypeScript
Raw Normal View History

2024-03-30 11:42:44 +00:00
import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
import * as smartai from '../ts/index.js'
tap.test('first test', async () => {
console.log(smartai)
})
tap.start()