Skip to content

Commit 3933cb4

Browse files
committed
Fix broken test
1 parent fcad13a commit 3933cb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/raven.test.js

+1
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ describe('globals', function() {
234234
it('should write to console.error when Raven is not configured and Raven.debug is true', function() {
235235
hasJSON = true; // be explicit
236236
globalServer = undefined;
237+
Raven.debug = true;
237238
this.sinon.stub(console, 'error');
238239
isSetup();
239240
assert.isTrue(console.error.calledOnce);

0 commit comments

Comments
 (0)