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

7 lines
No EOL
302 B
JavaScript

// Helper for running tests through Karma.
// Hooks into the test view logic for running tests.
require('initialize');
console.debug = function() {}; // Karma conf doesn't seem to work? Debug messages are still emitted when they shouldn't be.
TestView = require('views/TestView');
TestView.runTests();