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() {
|
||||
config.loadBlockchainConfigFile();
|
||||
var expectedConfig = {
|
||||
"enabled": true,
|
||||
"networkType": "custom",
|
||||
"genesisBlock": "config/development/genesis.json",
|
||||
"datadir": ".embark/development/datadir",
|
||||
|
|
Loading…
Reference in New Issue