remove node config from testapp so it works on the ci
This commit is contained in:
parent
7e8a594bf9
commit
de72733c31
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue