mirror of https://github.com/embarklabs/embark.git
add new enable field to config test
This commit is contained in:
parent
b7cd296716
commit
3525754cde
|
@ -15,6 +15,7 @@ describe('embark.Config', function() {
|
||||||
it('should load blockchain config correctly', function() {
|
it('should load blockchain config correctly', function() {
|
||||||
config.loadBlockchainConfigFile();
|
config.loadBlockchainConfigFile();
|
||||||
var expectedConfig = {
|
var expectedConfig = {
|
||||||
|
"enabled": true,
|
||||||
"networkType": "custom",
|
"networkType": "custom",
|
||||||
"genesisBlock": "config/development/genesis.json",
|
"genesisBlock": "config/development/genesis.json",
|
||||||
"datadir": ".embark/development/datadir",
|
"datadir": ".embark/development/datadir",
|
||||||
|
|
Loading…
Reference in New Issue