mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +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 Embark = require('embark');
|
||||
var EmbarkSpec = Embark.initTests();
|
||||
var web3 = EmbarkSpec.web3;
|
||||
var EmbarkSpec = require('embark/lib/core/test.js');
|
||||
|
||||
//describe("SimpleStorage", function() {
|
||||
|
||||
// describe("SimpleStorage", function() {
|
||||
// before(function(done) {
|
||||
// this.timeout(0);
|
||||
// var contractsConfig = {
|
||||
@ -30,4 +29,4 @@ var web3 = EmbarkSpec.web3;
|
||||
// });
|
||||
// });
|
||||
//
|
||||
//});
|
||||
// });
|
Loading…
x
Reference in New Issue
Block a user