allow contract to be used as describe

This commit is contained in:
Andre Medeiros 2019-08-08 10:24:55 -04:00
parent c7425d5f61
commit 594e5f630a
1 changed files with 1 additions and 0 deletions

View File

@ -323,6 +323,7 @@ class TestRunner {
(next) => { // setup global namespace
global.assert = assert;
global.config = config;
global.contract = global.describe;
next();
},
(next) => { // initialize Mocha