smartupdate/test/test.ts

9 lines
216 B
TypeScript
Raw Normal View History

2017-08-15 17:29:18 +00:00
import { expect, tap } from 'tapbundle'
import * as smartupdate from '../ts/index'
2017-08-16 16:54:23 +00:00
tap.test('should check for a npm module', async () => {
await smartupdate.standardHandler.check('npmts', '8.0.5')
2017-08-15 17:29:18 +00:00
})
tap.start()