From 7570917b2c88dc38fc55a1da61f654f1622d6813 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Wed, 9 May 2018 09:29:27 -0400 Subject: [PATCH] fix test --- test/config.js | 1 + 1 file changed, 1 insertion(+) 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",