@@ -16,7 +16,7 @@ describe('`createController` should return the correct class', () => {
1616 disposable : false ,
1717 ipfsModule : require ( 'ipfs' ) ,
1818 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' )
2020 } )
2121
2222 if ( ! isNode ) {
@@ -51,7 +51,7 @@ describe('`createController` should return the correct class', () => {
5151 disposable : false ,
5252 ipfsModule : require ( 'ipfs' ) ,
5353 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' )
5555 } )
5656
5757 expect ( f ) . to . be . instanceOf ( Client )
@@ -67,7 +67,7 @@ const types = [{
6767 type : 'js' ,
6868 test : true ,
6969 ipfsModule : require ( 'ipfs' ) ,
70- ipfsBin : pathJoin ( __dirname , '../node_modules/ipfs/src/cli/bin .js' )
70+ ipfsBin : pathJoin ( __dirname , '../node_modules/ipfs/src/cli.js' )
7171} , {
7272 ...defaultOps ,
7373 ipfsBin : isNode ? require ( 'go-ipfs' ) . path ( ) : undefined ,
@@ -84,7 +84,7 @@ const types = [{
8484 test : true ,
8585 remote : true ,
8686 ipfsModule : require ( 'ipfs' ) ,
87- ipfsBin : pathJoin ( __dirname , '../node_modules/ipfs/src/cli/bin .js' )
87+ ipfsBin : pathJoin ( __dirname , '../node_modules/ipfs/src/cli.js' )
8888} , {
8989 ...defaultOps ,
9090 ipfsBin : isNode ? require ( 'go-ipfs' ) . path ( ) : undefined ,
0 commit comments