fix test in browser
This commit is contained in:
parent
29e43c26e8
commit
bbb8a231cc
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ module.exports = function(environment) {
|
|||
if (environment === 'test') {
|
||||
// Testem prefers this...
|
||||
ENV.baseURL = '/';
|
||||
ENV.locationType = 'auto';
|
||||
ENV.locationType = 'hash';
|
||||
|
||||
// keep test console output quieter
|
||||
ENV.APP.LOG_ACTIVE_GENERATION = false;
|
||||
|
|
Loading…
Reference in a new issue