aboutsummaryrefslogtreecommitdiff
path: root/test/support/function-helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/support/function-helpers.js')
-rw-r--r--test/support/function-helpers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/function-helpers.js b/test/support/function-helpers.js
index 326da61a..5411ac71 100644
--- a/test/support/function-helpers.js
+++ b/test/support/function-helpers.js
@@ -9,7 +9,7 @@ var functionHelpers = {};
module.exports = functionHelpers;
-var IGNORED_MODULES = ['locales', 'locale', 'localeFallback', 'definitions', 'fake', 'helpers'];
+var IGNORED_MODULES = ['locales', 'locale', 'localeFallback', 'definitions', 'fake', 'helpers', 'mersenne'];
var IGNORED_METHODS = {
system: ['directoryPath', 'filePath'] // these are TODOs
};