File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 19
19
"test:integration:local:bchn" : " export RESTURL=http://localhost:3000/v5/ && mocha --timeout 30000 test/integration/ && mocha --timeout 30000 test/integration/chains/bchn/" ,
20
20
"test:integration:local:testnet" : " RESTURL=http://localhost:4000/v5/ mocha --timeout 30000 test/integration/chains/testnet" ,
21
21
"test:integration:decatur:bchn" : " export RESTURL=http://192.168.2.129:3000/v5/ && mocha --timeout 30000 test/integration/ && mocha --timeout 30000 test/integration/chains/bchn/" ,
22
- "test:integration:decatur:abc" : " export RESTURL=http://192.168.2.141 :3000/v5/ && mocha --timeout 30000 test/integration && mocha --timeout 30000 test/integration/chains/abc/" ,
22
+ "test:integration:decatur:abc" : " export RESTURL=http://192.168.2.142 :3000/v5/ && mocha --timeout 30000 test/integration && mocha --timeout 30000 test/integration/chains/abc/" ,
23
23
"test:integration:temp:bchn" : " export RESTURL=http://157.90.174.219:3000/v5/ && mocha --timeout 30000 test/integration/" ,
24
24
"test:temp" : " export RESTURL=http://localhost:3000/v5/ && mocha --timeout 30000 -g '#Encryption' test/integration/" ,
25
25
"test:temp2" : " mocha --timeout=30000 -g '#TransactionLib' test/unit/" ,
You can’t perform that action at this time.
0 commit comments