typedelectron/test/test.ts
2023-12-05 19:52:04 +01:00

9 lines
197 B
TypeScript

import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
import * as typedelectron from '../ts/index.js'
tap.test('first test', async () => {
console.log(typedelectron)
})
tap.start()