From afd1a45b018880d1cb627055d9722a5c7f3cc822 Mon Sep 17 00:00:00 2001 From: Chris O'Hara Date: Fri, 27 Sep 2013 08:28:16 +1000 Subject: [PATCH] Enable tests --- test/run.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/run.js b/test/run.js index 6b3a9fd00..a2dc4b8cd 100644 --- a/test/run.js +++ b/test/run.js @@ -8,5 +8,6 @@ test; for (test in tests) { console.log('Initializing ' + suite.name + ' test:', test); + tests[test](); } -}); \ No newline at end of file +});