mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-13 22:27:27 +00:00
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…
x
Reference in New Issue
Block a user