smartupdate/test/test.ts
2017-08-17 11:56:38 +02:00

9 lines
265 B
TypeScript

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', 'http://gitzone.gitlab.io/npmts/changelog.html')
})
tap.start()