Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
ref: remove redundant disableConsoleAlerts from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed May 10, 2018
1 parent 1a91f13 commit f786fcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/raven.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ function restoreConsoleWarn() {
console.warn = _oldConsoleWarn;
}

raven.utils.disableConsoleAlerts();
describe('raven.version', function() {
it('should be valid', function() {
raven.version.should.match(/^\d+\.\d+\.\d+(-\w+(\.\d+)?)?$/);
Expand Down

0 comments on commit f786fcf

Please sign in to comment.