Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 6467b56

Browse files
committed
chore: fix lint
1 parent 58b1fe2 commit 6467b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/src/files.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = (common) => {
2424
this.timeout(40 * 1000)
2525

2626
let ipfs
27-
let withGo
27+
// let withGo
2828

2929
function fixture (path) {
3030
return loadFixture(path, 'interface-ipfs-core')
@@ -63,7 +63,7 @@ module.exports = (common) => {
6363
ipfs = node
6464
node.id((err, id) => {
6565
expect(err).to.not.exist()
66-
withGo = id.agentVersion.startsWith('go-ipfs')
66+
// withGo = id.agentVersion.startsWith('go-ipfs')
6767
done()
6868
})
6969
})

0 commit comments

Comments
 (0)