mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 22:44:45 +00:00
update readme for tests so it reflects the stable version
This commit is contained in:
parent
7bdc934e40
commit
f206b6eb2b
@ -438,7 +438,9 @@ Embark includes a testing lib to fastly run & test your contracts in a EVM.
|
|||||||
# test/simple_storage_spec.js
|
# test/simple_storage_spec.js
|
||||||
|
|
||||||
var assert = require('assert');
|
var assert = require('assert');
|
||||||
var EmbarkSpec = require('embark/lib/core/test.js');
|
var Embark = require('embark');
|
||||||
|
var EmbarkSpec = Embark.initTests();
|
||||||
|
var web3 = EmbarkSpec.web3;
|
||||||
|
|
||||||
describe("SimpleStorage", function() {
|
describe("SimpleStorage", function() {
|
||||||
before(function(done) {
|
before(function(done) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user