mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
7 lines
No EOL
302 B
JavaScript
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(); |