Skip to content

Commit

Permalink
nsappy
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jun 21, 2024
1 parent de8f5e5 commit 41afdc7
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions e2e/__tests__/__snapshots__/coverageRemapping.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,23 @@ Object {
"1": 1,
"2": 1,
"3": 1,
"4": 0,
"4": 1,
"5": 0,
"6": 1,
"6": 0,
"7": 1,
},
"statementMap": Object {
"0": Object {
"end": Object {
"column": 16,
"line": 10,
},
"start": Object {
"column": 0,
"line": 10,
},
},
"1": Object {
"end": Object {
"column": 39,
"line": 11,
Expand All @@ -272,7 +282,7 @@ Object {
"line": 11,
},
},
"1": Object {
"2": Object {
"end": Object {
"column": 39,
"line": 12,
Expand All @@ -282,7 +292,7 @@ Object {
"line": 12,
},
},
"2": Object {
"3": Object {
"end": Object {
"column": 48,
"line": 13,
Expand All @@ -292,7 +302,7 @@ Object {
"line": 13,
},
},
"3": Object {
"4": Object {
"end": Object {
"column": 53,
"line": 14,
Expand All @@ -302,7 +312,7 @@ Object {
"line": 14,
},
},
"4": Object {
"5": Object {
"end": Object {
"column": 41,
"line": 14,
Expand All @@ -312,7 +322,7 @@ Object {
"line": 14,
},
},
"5": Object {
"6": Object {
"end": Object {
"column": 54,
"line": 14,
Expand All @@ -322,7 +332,7 @@ Object {
"line": 14,
},
},
"6": Object {
"7": Object {
"end": Object {
"column": 15,
"line": 16,
Expand All @@ -332,16 +342,6 @@ Object {
"line": 16,
},
},
"7": Object {
"end": Object {
"column": 16,
"line": 10,
},
"start": Object {
"column": 0,
"line": 10,
},
},
},
},
}
Expand Down

0 comments on commit 41afdc7

Please sign in to comment.