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

Commit

Permalink
chore: add ipns core interface tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Aug 29, 2018
1 parent dcbbe74 commit 62e92ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"eslint-plugin-react": "^7.10.0",
"go-ipfs-dep": "~0.4.15",
"gulp": "^3.9.1",
"interface-ipfs-core": "~0.71.0",
"ipfsd-ctl": "~0.37.5",
"interface-ipfs-core": "~0.76.1",
"ipfsd-ctl": "~0.39.1",
"pull-stream": "^3.6.8",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
Expand Down
7 changes: 7 additions & 0 deletions test/interface.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,13 @@ describe('interface-ipfs-core tests', () => {
]
})

tests.name(CommonFactory.create({
spawnOptions: {
initOptions: { bits: 1024 },
// args: ['--offline']
}
}))

tests.object(defaultCommonFactory)

tests.pin(defaultCommonFactory)
Expand Down

0 comments on commit 62e92ef

Please sign in to comment.