Skip to content

Commit 381ac1c

Browse files
richardschneiderdaviddias
authored andcommitted
test: enable 'ipfs-api version' tests on windows (#174)
1 parent 2495f8c commit 381ac1c

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"detect-node": "^2.0.3",
5454
"eslint-config-standard-jsx": "^4.0.2",
5555
"go-ipfs-dep": "0.4.11",
56-
"ipfs-api": "^14.3.5",
56+
"ipfs-api": "^15.1.0",
5757
"multiaddr": "^3.0.1",
5858
"once": "^1.4.0",
5959
"rimraf": "^2.6.2",

test/spawning-daemons.spec.js

-8
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const exec = require('../src/exec')
1919
const ipfsd = require('../src')
2020

2121
const isWindows = os.platform() === 'win32'
22-
2322
describe('daemon spawning', function () {
2423
this.timeout(60 * 1000)
2524

@@ -334,13 +333,6 @@ describe('daemon spawning', function () {
334333
})
335334
})
336335

337-
// skip on windows for now
338-
// https://github.com/ipfs/js-ipfsd-ctl/pull/155#issuecomment-326970190
339-
// fails on windows see https://github.com/ipfs/js-ipfs-api/issues/408
340-
if (isWindows) {
341-
return it.skip('uses the correct ipfs-api')
342-
}
343-
344336
it('uses the correct ipfs-api', (done) => {
345337
ipfs.util.addFromFs(path.join(__dirname, 'fixtures/'), {
346338
recursive: true

0 commit comments

Comments
 (0)