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 = {};
|
||||
const bytes = require("eth-lib/lib/bytes");
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ describe('embark.Config', function () {
|
|||
"rpcHost": "localhost",
|
||||
"rpcPort": 8545,
|
||||
"rpcCorsDomain": "http://localhost:8000",
|
||||
"wsOrigins": "auto",
|
||||
"account": {
|
||||
"password": "config/development/password"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue