summaryrefslogtreecommitdiffstats
path: root/test/test_helper.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.js')
-rw-r--r--test/test_helper.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_helper.js b/test/test_helper.js
new file mode 100644
index 0000000..befa4c7
--- /dev/null
+++ b/test/test_helper.js
@@ -0,0 +1,3 @@
+global._ = require('underscore');
+global.should = require('should');
+global.assert = require('assert');