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

Commit 62e92ef

Browse files
committed
chore: add ipns core interface tests
1 parent dcbbe74 commit 62e92ef

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
"eslint-plugin-react": "^7.10.0",
8080
"go-ipfs-dep": "~0.4.15",
8181
"gulp": "^3.9.1",
82-
"interface-ipfs-core": "~0.71.0",
83-
"ipfsd-ctl": "~0.37.5",
82+
"interface-ipfs-core": "~0.76.1",
83+
"ipfsd-ctl": "~0.39.1",
8484
"pull-stream": "^3.6.8",
8585
"socket.io": "^2.1.1",
8686
"socket.io-client": "^2.1.1",

test/interface.spec.js

+7
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,13 @@ describe('interface-ipfs-core tests', () => {
178178
]
179179
})
180180

181+
tests.name(CommonFactory.create({
182+
spawnOptions: {
183+
initOptions: { bits: 1024 },
184+
// args: ['--offline']
185+
}
186+
}))
187+
181188
tests.object(defaultCommonFactory)
182189

183190
tests.pin(defaultCommonFactory)

0 commit comments

Comments
 (0)