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

Commit 44c3c9b

Browse files
committed
chore: upgraded interface-ipfs-core
1 parent 572b43f commit 44c3c9b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"eslint-plugin-react": "^7.10.0",
8383
"go-ipfs-dep": "~0.4.17",
8484
"gulp": "^3.9.1",
85-
"interface-ipfs-core": "~0.78.0",
85+
"interface-ipfs-core": "~0.80.0",
8686
"ipfsd-ctl": "~0.39.0",
8787
"pull-stream": "^3.6.8",
8888
"socket.io": "^2.1.1",

test/interface.spec.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ describe('interface-ipfs-core tests', () => {
183183
]
184184
})
185185

186-
/*
187-
TODO: uncomment after https://github.com/ipfs/interface-ipfs-core/pull/361 being merged and a new release
186+
// TODO: uncomment after https://github.com/ipfs/interface-ipfs-core/pull/361 being merged and a new release
188187
tests.namePubsub(CommonFactory.create({
189188
spawnOptions: {
190189
args: ['--enable-namesys-pubsub'],
@@ -204,7 +203,6 @@ describe('interface-ipfs-core tests', () => {
204203
}
205204
]
206205
})
207-
*/
208206

209207
tests.object(defaultCommonFactory)
210208

0 commit comments

Comments
 (0)