diff --git a/test-app/config/environment.js b/test-app/config/environment.js index e8f7c0c1..a60d6382 100644 --- a/test-app/config/environment.js +++ b/test-app/config/environment.js @@ -18,6 +18,11 @@ module.exports = function (environment) { // Here you can pass flags/options to your application instance // when it is created }, + + // Always turn on mirage for the demo app + 'ember-cli-mirage': { + enabled: true + } }; if (environment === 'development') {