2014-06-07 21:15:57 -04:00
|
|
|
// Helper for running tests through Karma.
|
|
|
|
// Hooks into the test view logic for running tests.
|
|
|
|
|
2014-06-16 14:38:03 -04:00
|
|
|
require('initialize');
|
|
|
|
TestView = require('views/TestView');
|
2014-06-07 21:15:57 -04:00
|
|
|
TestView.runTests();
|