This repository was archived by the owner on Aug 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-18
lines changed Expand file tree Collapse file tree 3 files changed +17
-18
lines changed Original file line number Diff line number Diff line change 5151 "form-data" : " ^2.3.2" ,
5252 "go-ipfs-dep" : " ~0.4.17" ,
5353 "hat" : " 0.0.3" ,
54- "ipfs" : " ~0.30 .1" ,
54+ "ipfs" : " ~0.31 .1" ,
5555 "ipfs-api" : " ^22.2.4" ,
5656 "ipfsd-ctl" : " ~0.39.0" ,
5757 "left-pad" : " ^1.3.0" ,
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ const baseTest = {
2323 timeout
2424}
2525
26- // TODO: unskip once go-ipfs 0.4.16 is out
27- describe . skip ( 'circuit' , ( ) => {
26+ describe ( 'circuit' , ( ) => {
2827 const tests = all
28+
2929 if ( ! isNode ) {
3030 Object . assign ( tests , browser )
3131 }
@@ -37,7 +37,11 @@ describe.skip('circuit', () => {
3737 let nodeB
3838
3939 tests [ test ] = Object . assign ( { } , baseTest , tests [ test ] )
40- const dsc = tests [ test ] . skip && tests [ test ] . skip ( ) ? describe . skip : describe
40+
41+ const dsc = tests [ test ] . skip && tests [ test ] . skip ( )
42+ ? describe . skip
43+ : describe
44+
4145 dsc ( test , function ( ) {
4246 this . timeout ( tests [ test ] . timeout )
4347
Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ const baseConf = {
2525 } ,
2626 Discovery : {
2727 MDNS : {
28- Enabled :
29- false
28+ Enabled : false
3029 }
3130 }
3231}
@@ -38,12 +37,10 @@ exports.createProcNode = (addrs, callback) => {
3837 Addresses : {
3938 Swarm : addrs
4039 } ,
41- EXPERIMENTAL : {
42- relay : {
43- enabled : true ,
44- hop : {
45- enabled : true
46- }
40+ relay : {
41+ enabled : true ,
42+ hop : {
43+ enabled : true
4744 }
4845 }
4946 } )
@@ -62,12 +59,10 @@ exports.createJsNode = (addrs, callback) => {
6259 Addresses : {
6360 Swarm : addrs
6461 } ,
65- EXPERIMENTAL : {
66- relay : {
67- enabled : true ,
68- hop : {
69- enabled : true
70- }
62+ relay : {
63+ enabled : true ,
64+ hop : {
65+ enabled : true
7166 }
7267 }
7368 } )
You can’t perform that action at this time.
0 commit comments