Skip to content

Commit

Permalink
Merge pull request emberjs#16468 from KamiKillertO/clean-up-test-output
Browse files Browse the repository at this point in the history
[CLEANUP beta] emberjs#16391 Cleaning up the test output
  • Loading branch information
rwjblue authored Apr 5, 2018
2 parents 0547703 + aed5e00 commit 3f901df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ember/tests/routing/decoupled_basic_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3519,6 +3519,7 @@ moduleFor(
},
})
);
console.error = () => {};

this.visit('/').then(() => {
let rootElement = document.querySelector('#qunit-fixture');
Expand Down

0 comments on commit 3f901df

Please sign in to comment.