Fixes to make lint and tests happy

This commit is contained in:
emizzle 2018-04-30 22:07:37 +10:00
parent 2bb977df76
commit 72cce7d4d2
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/*global web3 */
let __embarkSwarm = {}; let __embarkSwarm = {};
const bytes = require("eth-lib/lib/bytes"); const bytes = require("eth-lib/lib/bytes");

View File

@ -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"
} }