mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-12 14:54:57 +00:00
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) {
|
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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user