@@ -16,7 +16,7 @@ describe('`createController` should return the correct class', () => {
16
16
disposable : false ,
17
17
ipfsModule : require ( 'ipfs' ) ,
18
18
ipfsHttpModule : require ( 'ipfs-http-client' ) ,
19
- ipfsBin : pathJoin ( __dirname , '../node_modules/ipfs/src/cli/bin .js' )
19
+ ipfsBin : pathJoin ( __dirname , '../node_modules/ipfs/src/cli.js' )
20
20
} )
21
21
22
22
if ( ! isNode ) {
@@ -51,7 +51,7 @@ describe('`createController` should return the correct class', () => {
51
51
disposable : false ,
52
52
ipfsModule : require ( 'ipfs' ) ,
53
53
ipfsHttpModule : require ( 'ipfs-http-client' ) ,
54
- ipfsBin : pathJoin ( __dirname , '../node_modules/ipfs/src/cli/bin .js' )
54
+ ipfsBin : pathJoin ( __dirname , '../node_modules/ipfs/src/cli.js' )
55
55
} )
56
56
57
57
expect ( f ) . to . be . instanceOf ( Client )
@@ -67,7 +67,7 @@ const types = [{
67
67
type : 'js' ,
68
68
test : true ,
69
69
ipfsModule : require ( 'ipfs' ) ,
70
- ipfsBin : pathJoin ( __dirname , '../node_modules/ipfs/src/cli/bin .js' )
70
+ ipfsBin : pathJoin ( __dirname , '../node_modules/ipfs/src/cli.js' )
71
71
} , {
72
72
...defaultOps ,
73
73
ipfsBin : isNode ? require ( 'go-ipfs' ) . path ( ) : undefined ,
@@ -84,7 +84,7 @@ const types = [{
84
84
test : true ,
85
85
remote : true ,
86
86
ipfsModule : require ( 'ipfs' ) ,
87
- ipfsBin : pathJoin ( __dirname , '../node_modules/ipfs/src/cli/bin .js' )
87
+ ipfsBin : pathJoin ( __dirname , '../node_modules/ipfs/src/cli.js' )
88
88
} , {
89
89
...defaultOps ,
90
90
ipfsBin : isNode ? require ( 'go-ipfs' ) . path ( ) : undefined ,
0 commit comments