update
This commit is contained in:
		| @@ -36,6 +36,7 @@ audit: | |||||||
|     - lossless |     - lossless | ||||||
|     - docker |     - docker | ||||||
|     - notpriv |     - notpriv | ||||||
|  |   allow_failure: true | ||||||
|  |  | ||||||
| # ==================== | # ==================== | ||||||
| # test stage | # test stage | ||||||
|   | |||||||
| @@ -8,7 +8,8 @@ tap.test('should create an instance of SmartUpdate', async () => { | |||||||
| }); | }); | ||||||
|  |  | ||||||
| tap.test('should check for a npm module', async () => { | tap.test('should check for a npm module', async () => { | ||||||
|   await testSmartUpdate.check('lodash', '1.0.5'); |   const result = await testSmartUpdate.check('lodash', '1.0.5'); | ||||||
|  |   expect(result).toBeTrue(); | ||||||
| }); | }); | ||||||
|  |  | ||||||
| tap.start(); | tap.start(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user