diff --git a/lib/index.js b/lib/index.js index 109a532fe..48c7c1426 100644 --- a/lib/index.js +++ b/lib/index.js @@ -201,6 +201,6 @@ class Embark { Embark.initTests = function(options) { let Test = require('./core/test.js'); return new Test(options); -} +}; module.exports = Embark;