From 8427895673e329eec5fbda38a49ac86bbcdc0ad2 Mon Sep 17 00:00:00 2001 From: Martin Kadlec Date: Thu, 13 Mar 2014 11:45:22 +0100 Subject: [PATCH] uncomment mocha shim --- scripts/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/main.js b/scripts/main.js index 188b4307..2edaa9b4 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -25,9 +25,9 @@ require.config({ underscore: { exports: '_' }, - /*mocha: { + mocha: { exports: 'mocha' - }*/ + } } });