mirror of https://github.com/embarklabs/embark.git
Fixes to make lint and tests happy
This commit is contained in:
parent
2bb977df76
commit
72cce7d4d2
|
@ -1,3 +1,4 @@
|
||||||
|
/*global web3 */
|
||||||
let __embarkSwarm = {};
|
let __embarkSwarm = {};
|
||||||
const bytes = require("eth-lib/lib/bytes");
|
const bytes = require("eth-lib/lib/bytes");
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@ describe('embark.Config', function () {
|
||||||
"rpcHost": "localhost",
|
"rpcHost": "localhost",
|
||||||
"rpcPort": 8545,
|
"rpcPort": 8545,
|
||||||
"rpcCorsDomain": "http://localhost:8000",
|
"rpcCorsDomain": "http://localhost:8000",
|
||||||
|
"wsOrigins": "auto",
|
||||||
"account": {
|
"account": {
|
||||||
"password": "config/development/password"
|
"password": "config/development/password"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue