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 2dc38e6 commit 1379939Copy full SHA for 1379939
packages/node/test/stacktrace.test.ts
@@ -31,7 +31,7 @@ describe('Stack parsing', () => {
31
const last = frames.length - 1;
32
expect(frames[last].filename).toEqual(__filename);
33
expect(frames[last].function).toEqual('testBasic');
34
- expect(frames[last].lineno).toEqual(4);
+ expect(frames[last].lineno).toEqual(16);
35
expect(frames[last].colno).toEqual(10);
36
});
37
0 commit comments