update to latest standards
This commit is contained in:
9
test/test.ts
Normal file
9
test/test.ts
Normal file
@ -0,0 +1,9 @@
|
||||
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()
|
Reference in New Issue
Block a user