add smartopen

This commit is contained in:
2017-08-17 11:56:38 +02:00
parent aa73a5b2aa
commit c1df1f0db5
9 changed files with 48 additions and 16 deletions

View File

@ -2,7 +2,7 @@ import { expect, tap } from 'tapbundle'
import * as smartupdate from '../ts/index'
tap.test('should check for a npm module', async () => {
await smartupdate.standardHandler.check('npmts', '8.0.5')
await smartupdate.standardHandler.check('npmts', '8.0.5', 'http://gitzone.gitlab.io/npmts/changelog.html')
})
tap.start()