mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
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();
|
Loading…
Reference in a new issue