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 74ddbe7 commit b5cc1baCopy full SHA for b5cc1ba
spec/stacktrace-spec.js
@@ -76,7 +76,7 @@ describe('StackTrace', function() {
76
77
function callback(stackFrames) {
78
expect(stackFrames.length).toEqual(1);
79
- expect(stackFrames[0]).toMatchStackFrame(['null', undefined, 'file.js', 3, 4]);
+ expect(stackFrames[0]).toMatchStackFrame(['increment', undefined, 'http://path/to/file.js', 3, 4]);
80
done();
81
}
82
});
0 commit comments