update to latest standards

This commit is contained in:
2017-08-17 09:03:16 +02:00
parent b4d368e118
commit 82672e191e
6 changed files with 402 additions and 2 deletions

9
test/test.ts Normal file
View 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()