Skip to content

Commit 3769510

Browse files
committed
update snapshot for deno
1 parent eab9fd9 commit 3769510

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

packages/deno/test/__snapshots__/mod.test.ts.snap

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,39 +42,46 @@ snapshot[`captureException 1`] = `
4242
stacktrace: {
4343
frames: [
4444
{
45-
colno: 20,
45+
colno: 26,
4646
filename: "ext:cli/40_testing.js",
47-
function: "outerWrapped",
47+
function: "runTests",
4848
in_app: false,
49-
lineno: 488,
49+
lineno: 1026,
50+
},
51+
{
52+
colno: 26,
53+
filename: "ext:cli/40_testing.js",
54+
function: "runTest",
55+
in_app: false,
56+
lineno: 782,
5057
},
5158
{
5259
colno: 33,
5360
filename: "ext:cli/40_testing.js",
5461
function: "exitSanitizer",
5562
in_app: false,
56-
lineno: 474,
63+
lineno: 410,
5764
},
5865
{
5966
colno: 31,
6067
filename: "ext:cli/40_testing.js",
6168
function: "resourceSanitizer",
6269
in_app: false,
63-
lineno: 425,
70+
lineno: 361,
6471
},
6572
{
6673
colno: 33,
6774
filename: "ext:cli/40_testing.js",
6875
function: "asyncOpSanitizer",
6976
in_app: false,
70-
lineno: 192,
77+
lineno: 145,
7178
},
7279
{
7380
colno: 11,
7481
filename: "ext:cli/40_testing.js",
75-
function: "innerWrapped",
82+
function: "testStepSanitizer",
7683
in_app: false,
77-
lineno: 543,
84+
lineno: 460,
7885
},
7986
{
8087
colno: 24,

0 commit comments

Comments
 (0)