codecombat/app/assets/javascripts/run-tests.js
2014-06-16 11:40:09 -07:00

6 lines
No EOL
178 B
JavaScript

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