mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-23 10:58:28 +00:00
update boilerplate test after PR#246
This commit is contained in:
parent
e8c8a85713
commit
5689a6a981
@ -1,9 +1,8 @@
|
|||||||
var assert = require('assert');
|
var assert = require('assert');
|
||||||
var Embark = require('embark');
|
var EmbarkSpec = require('embark/lib/core/test.js');
|
||||||
var EmbarkSpec = Embark.initTests();
|
|
||||||
var web3 = EmbarkSpec.web3;
|
|
||||||
|
|
||||||
//describe("SimpleStorage", function() {
|
|
||||||
|
// describe("SimpleStorage", function() {
|
||||||
// before(function(done) {
|
// before(function(done) {
|
||||||
// this.timeout(0);
|
// this.timeout(0);
|
||||||
// var contractsConfig = {
|
// var contractsConfig = {
|
||||||
@ -30,4 +29,4 @@ var web3 = EmbarkSpec.web3;
|
|||||||
// });
|
// });
|
||||||
// });
|
// });
|
||||||
//
|
//
|
||||||
//});
|
// });
|
Loading…
x
Reference in New Issue
Block a user