We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a91f13 commit f786fcfCopy full SHA for f786fcf
test/raven.client.js
@@ -26,7 +26,6 @@ function restoreConsoleWarn() {
26
console.warn = _oldConsoleWarn;
27
}
28
29
-raven.utils.disableConsoleAlerts();
30
describe('raven.version', function() {
31
it('should be valid', function() {
32
raven.version.should.match(/^\d+\.\d+\.\d+(-\w+(\.\d+)?)?$/);
0 commit comments