We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade2ad1 commit b4129e9Copy full SHA for b4129e9
test/config.js
@@ -38,7 +38,7 @@ describe('embark.Config', function () {
38
it('should load contract config correctly', function () {
39
config.loadContractsConfigFile();
40
let expectedConfig = {
41
- versions: {'web3.js': '1.0.0-beta', solc: '0.4.17'},
+ versions: {'web3': '1.0.0-beta', solc: '0.4.17'},
42
deployment: {host: 'localhost', port: 8545, type: 'rpc'},
43
dappConnection: ['$WEB3', 'localhost:8545'],
44
"gas": "auto",
0 commit comments