Skip to content

Commit

Permalink
feat: add interface and http client versions to version output (#3125)
Browse files Browse the repository at this point in the history
Adds `interface-ipfs-core` and `ipfs-http-client` versions to the output of the `ipfs version` command, also the git commit id if it's available.

Closes #2878
  • Loading branch information
achingbrain authored Jul 2, 2020
1 parent 73a6726 commit a2db0fa
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion test/interface.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,18 @@ describe('interface-ipfs-core tests', () => {
]
})

tests.miscellaneous(commonFactory)
tests.miscellaneous(commonFactory, {
skip: [
{
name: 'should include the ipfs-http-client version',
reason: 'TODO not implemented in go-ipfs yet'
},
{
name: 'should include the interface-ipfs-core version',
reason: 'TODO not implemented in go-ipfs yet'
}
]
})

tests.name(factory(
{
Expand Down

0 comments on commit a2db0fa

Please sign in to comment.