Skip to content

Commit

Permalink
[CLEANUP beta] Override console.error with a noop function
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiKillertO committed Apr 5, 2018
1 parent f99538d commit aed5e00
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 aed5e00

Please sign in to comment.