Fixed tests running in karma.
This commit is contained in:
parent
d6bb7ffe81
commit
3e24b2f86e
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
Reference in a new issue