fix(core): update

This commit is contained in:
2019-09-06 13:39:39 +02:00
parent ac53d801a6
commit f1d07f968d
4 changed files with 256 additions and 17 deletions

View File

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