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
1 changed files with 3 additions and 3 deletions

View File

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