From 1bbacd1c5d1e438e208011d9db28bb829237bcba Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 26 Jun 2017 09:02:58 -0400 Subject: [PATCH] make linter happy --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 109a532f..48c7c142 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;