module.exports = { replaceBrowserLocation: function(url) { if (!window.__karma__) { return window.location.replace(url); } } };