We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e1db9 commit 270c55bCopy full SHA for 270c55b
test/integration/test.js
@@ -97,7 +97,7 @@ describe('integration', function() {
97
},
98
function() {
99
var ravenData = iframe.contentWindow.ravenData[0];
100
- assert.isAbove(ravenData.stacktrace.frames.length, 1);
+ assert.isAbove(ravenData.stacktrace.frames.length, 0);
101
102
// verify trimHeadFrames hasn't slipped into final payload
103
assert.isUndefined(ravenData.trimHeadFrames);
0 commit comments