Fixed tests running in karma.

This commit is contained in:
Scott Erickson 2014-06-16 11:38:03 -07:00
parent d6bb7ffe81
commit 3e24b2f86e

View file

@ -1,5 +1,6 @@
// Helper for running tests through Karma.
// Hooks into the test view logic for running tests.
TestView = require('views/test');
require('initialize');
TestView = require('views/TestView');
TestView.runTests();