diff --git a/ui/config/environment.js b/ui/config/environment.js index a769944b9..fdceb4472 100644 --- a/ui/config/environment.js +++ b/ui/config/environment.js @@ -49,6 +49,10 @@ module.exports = function(environment) { ENV.browserify = { tests: true, }; + + ENV['ember-cli-mirage'] = { + trackRequests: true, + }; } if (environment === 'production') {