Coding style in helper
This commit is contained in:
parent
7bb233e269
commit
b9eaba0166
|
@ -39,7 +39,7 @@ function context(name, tests) {
|
||||||
|
|
||||||
global.context = context;
|
global.context = context;
|
||||||
|
|
||||||
exports.init = function (external_exports) {
|
exports.init = function init(external_exports) {
|
||||||
EXT_EXP = external_exports;
|
EXT_EXP = external_exports;
|
||||||
if (external_exports.done) {
|
if (external_exports.done) {
|
||||||
external_exports.done();
|
external_exports.done();
|
||||||
|
|
Loading…
Reference in New Issue