typedelectron/test/test.ts

9 lines
197 B
TypeScript
Raw Permalink Normal View History

2023-12-05 18:52:04 +00:00
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()