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

Commit 7773804

Browse files
committed
fix: adds tests to ipfs name
1 parent 17d49de commit 7773804

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@
7474
"url": "https://github.com/ipfs/js-ipfs-http-client"
7575
},
7676
"devDependencies": {
77-
"aegir": "^18.2.1",
77+
"aegir": "^18.2.2",
7878
"browser-process-platform": "~0.1.1",
7979
"chai": "^4.2.0",
8080
"cross-env": "^5.2.0",
8181
"dirty-chai": "^2.0.1",
8282
"eslint-plugin-react": "^7.11.1",
83-
"go-ipfs-dep": "~0.4.19",
83+
"go-ipfs-dep": "~0.4.20",
8484
"interface-ipfs-core": "~0.99.0",
85-
"ipfsd-ctl": "~0.42.0",
85+
"ipfsd-ctl": "~0.42.2",
8686
"nock": "^10.0.2",
8787
"stream-equal": "^1.1.1"
8888
},

test/interface.spec.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,12 @@ describe('interface-ipfs-core tests', () => {
204204
]
205205
})
206206

207+
tests.name(CommonFactory.create({
208+
spawnOptions: {
209+
args: ['--offline']
210+
}
211+
}))
212+
207213
// TODO: uncomment after https://github.com/ipfs/interface-ipfs-core/pull/361 being merged and a new release
208214
tests.namePubsub(CommonFactory.create({
209215
spawnOptions: {

0 commit comments

Comments
 (0)