This commit is contained in:
Jonathan Rainville 2018-09-14 12:00:04 -04:00
parent fc0825aeca
commit 600a1dfee8
1 changed files with 4 additions and 2 deletions

View File

@ -78,14 +78,16 @@ describe('embark.Config', function () {
"type": "http",
"path": "https://raw.githubusercontent.com/embark-framework/embark/master/test_app/app/contracts/simple_storage.sol",
"basedir": "",
"resolver": undefined
"resolver": undefined,
"downloadedImports": false
},
{
"filename": ".embark/contracts/status-im/contracts/master/contracts/identity/ERC725.sol",
"type": "http",
"path": "https://raw.githubusercontent.com/status-im/contracts/master/contracts/identity/ERC725.sol",
"basedir": "",
"resolver": undefined
"resolver": undefined,
"downloadedImports": false
}
];
config.loadExternalContractsFiles();