diff --git a/test/config.js b/test/config.js index 27423873..50875a0a 100644 --- a/test/config.js +++ b/test/config.js @@ -22,6 +22,7 @@ describe('embark.Config', function () { "networkType": "custom", "genesisBlock": "config/development/genesis.json", "datadir": ".embark/development/datadir", + "isDev": true, "mineWhenNeeded": true, "nodiscover": true, "rpcHost": "localhost",