update to not fail in offline mode

This commit is contained in:
2018-02-14 23:51:08 +01:00
parent 21100dbb32
commit 26c7b0c69a
9 changed files with 127 additions and 316 deletions

View File

@ -12,7 +12,7 @@ tap.test('should create valid instances', async () => {
expect(testPackage).to.be.instanceof(smartnpm.NpmPackage)
})
tap.test('should produce a valid search string', async () => {
tap.test('should produce a valid search string and this return npmts', async () => {
let packages = await testRegistry.search({
name: 'npmts'
})