mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Fix Travis tests
This commit is contained in:
parent
4b6dde9809
commit
ecf6cd7054
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ window.serverConfig = {picoCTF: false, production: false};
|
|||
window.StripeCheckout = {configure: function (){}};
|
||||
initialize = require('core/initialize');
|
||||
initialize.init();
|
||||
application.testing = true;
|
||||
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();
|
||||
|
|
Loading…
Reference in a new issue