This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
codecombat/app/assets/javascripts/run-tests.js

6 lines
178 B
JavaScript
Raw Normal View History

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