initial working version
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user