codecombat/app/assets/javascripts/run-tests.js

5 lines
151 B
JavaScript
Raw Normal View History

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