mirror of https://github.com/embarklabs/embark.git
chore(@embark/embark): fix embark config test
This commit is contained in:
parent
60f4d2f27f
commit
a9c91c9503
|
@ -166,13 +166,13 @@ describe('embark.Config', function () {
|
|||
"miningMode": "dev"
|
||||
},
|
||||
"datadir": ".embark/extNetwork/datadir",
|
||||
"rpcHost": "localhost",
|
||||
"rpcPort": 8545,
|
||||
"rpcHost": "mynetwork.com",
|
||||
"rpcPort": undefined,
|
||||
"rpcCorsDomain": {
|
||||
"auto": true,
|
||||
"additionalCors": []
|
||||
},
|
||||
"wsRPC": true,
|
||||
"wsRPC": false,
|
||||
"wsOrigins": {
|
||||
"auto": true,
|
||||
"additionalCors": []
|
||||
|
|
Loading…
Reference in New Issue