diff --git a/tests/dummy/config/environment.js b/tests/dummy/config/environment.js index 9755c6e..669fce0 100644 --- a/tests/dummy/config/environment.js +++ b/tests/dummy/config/environment.js @@ -44,6 +44,8 @@ module.exports = function (environment) { } if (environment === 'production') { + ENV.locationType = 'hash'; + ENV.rootURL = '/ember-reactive-helpers/'; // here you can enable a production-specific feature }