9 lines
208 B
TypeScript
9 lines
208 B
TypeScript
import { expect, tap } from '@git.zone/tstest/tapbundle';
|
|
import * as {{module.name}} from '../ts/index.js'
|
|
|
|
tap.test('first test', async () => {
|
|
console.log({{module.name}})
|
|
})
|
|
|
|
export default tap.start()
|