Re-enable armoire tests

This commit is contained in:
Blade Barringer
2016-10-20 22:03:15 -05:00
parent d2756278c3
commit f9595af8a5
3 changed files with 13 additions and 10 deletions

View File

@@ -16,3 +16,5 @@ module.exports = function randomVal (obj, options = {}) {
return array[randomIndex];
};
module.exports.trueRandom = trueRandom;