Fix Travis tests

This commit is contained in:
Scott Erickson 2016-04-15 14:43:18 -07:00
parent 4b6dde9809
commit ecf6cd7054

View file

@ -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();