Skip to content

Commit e842456

Browse files
authored
Merge pull request #1279 from CvX/new-testing-api
Update frontend tests to the new testing API
2 parents 49d077a + 508b40f commit e842456

19 files changed

+2224
-671
lines changed

config/environment.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ module.exports = function(environment) {
5555
ENV.APP.LOG_VIEW_LOOKUPS = false;
5656

5757
ENV.APP.rootElement = '#ember-testing';
58+
ENV.APP.autoboot = false;
5859
}
5960

6061
if (environment === 'production') {

0 commit comments

Comments
 (0)