mirror of https://github.com/embarklabs/embark.git
allow contract to be used as describe
This commit is contained in:
parent
c7425d5f61
commit
594e5f630a
|
@ -323,6 +323,7 @@ class TestRunner {
|
|||
(next) => { // setup global namespace
|
||||
global.assert = assert;
|
||||
global.config = config;
|
||||
global.contract = global.describe;
|
||||
next();
|
||||
},
|
||||
(next) => { // initialize Mocha
|
||||
|
|
Loading…
Reference in New Issue