From bf102cedf36161a79233cf99e7e5f8dc531bfda6 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Thu, 28 Sep 2017 02:36:36 -0400 Subject: [PATCH] Reenable spamicity-test-as-root Ref #1226 --- test/spamicity-test-as-root.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/spamicity-test-as-root.js b/test/spamicity-test-as-root.js index dc4524ed4..b5eca50e5 100644 --- a/test/spamicity-test-as-root.js +++ b/test/spamicity-test-as-root.js @@ -263,6 +263,4 @@ suite.addBatch({ } }); -module.exports = {}; // TODO reenable this test when it's passing - -// suite["export"](module); +suite["export"](module);