initial working version

This commit is contained in:
2017-08-16 18:54:23 +02:00
parent 2214107cff
commit 032febc02b
10 changed files with 169 additions and 49 deletions

View File

@ -1,8 +1,8 @@
import { expect, tap } from 'tapbundle'
import * as smartupdate from '../ts/index'
tap.test('first test', async () => {
console.log(smartupdate.standardExport)
tap.test('should check for a npm module', async () => {
await smartupdate.standardHandler.check('npmts', '8.0.5')
})
tap.start()