We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcad13a commit 3933cb4Copy full SHA for 3933cb4
test/raven.test.js
@@ -234,6 +234,7 @@ describe('globals', function() {
234
it('should write to console.error when Raven is not configured and Raven.debug is true', function() {
235
hasJSON = true; // be explicit
236
globalServer = undefined;
237
+ Raven.debug = true;
238
this.sinon.stub(console, 'error');
239
isSetup();
240
assert.isTrue(console.error.calledOnce);
0 commit comments