remove node config from testapp so it works on the ci

This commit is contained in:
Iuri Matias 2018-01-17 11:39:48 -05:00
parent 7e8a594bf9
commit de72733c31

View File

@ -5,9 +5,9 @@ contract("SimpleStorage", function() {
before(function(done) { before(function(done) {
this.timeout(0); this.timeout(0);
config({ //config({
node: "http://localhost:8545" // node: "http://localhost:8545"
}); //});
var contractsConfig = { var contractsConfig = {
"SimpleStorage": { "SimpleStorage": {