codecombat/app/assets/javascripts/run-tests.js
2014-06-07 18:15:57 -07:00

5 lines
No EOL
151 B
JavaScript

// Helper for running tests through Karma.
// Hooks into the test view logic for running tests.
TestView = require('views/test');
TestView.runTests();