smartopen/test/test.ts

10 lines
191 B
TypeScript

import { expect, tap } from 'tapbundle'
import * as smartopen from '../ts/index'
tap.test('should open a webpage', async () => {
smartopen.openUrl('https://lossless.com')
})
tap.start()