Got 100% test coverage

This commit is contained in:
Chris Troutner
2021-07-13 09:09:42 -07:00
parent e439d54413
commit cb90eb4a9b
5 changed files with 12 additions and 12 deletions
@@ -9,7 +9,7 @@ const IPFSLib = require('../../../src/adapters/ipfs')
const IPFSMock = require('../mocks/ipfs-mock')
const IPFSCoordMock = require('../mocks/ipfs-coord-mock')
describe('#IPFS', () => {
describe('#IPFS-adapter-index', () => {
let uut
let sandbox
@@ -41,7 +41,7 @@ describe('#IPFS', () => {
assert.fail('Unexpected code path.')
} catch (err) {
console.log(err)
// console.log(err)
assert.include(err.message, 'test error')
}
})