Skip to content

Commit a9da3a3

Browse files
committed
update coverage snapshots
1 parent c3c8e83 commit a9da3a3

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

e2e/__tests__/__snapshots__/coverage_remapping.test.js.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Object {
183183
"0": Object {
184184
"decl": Object {
185185
"end": Object {
186-
"column": 28,
186+
"column": 29,
187187
"line": 3,
188188
},
189189
"start": Object {
@@ -206,7 +206,7 @@ Object {
206206
"1": Object {
207207
"decl": Object {
208208
"end": Object {
209-
"column": 35,
209+
"column": 36,
210210
"line": 7,
211211
},
212212
"start": Object {
@@ -229,7 +229,7 @@ Object {
229229
"2": Object {
230230
"decl": Object {
231231
"end": Object {
232-
"column": 48,
232+
"column": 49,
233233
"line": 7,
234234
},
235235
"start": Object {
@@ -314,7 +314,7 @@ Object {
314314
},
315315
"5": Object {
316316
"end": Object {
317-
"column": 40,
317+
"column": 43,
318318
"line": 7,
319319
},
320320
"start": Object {
@@ -324,7 +324,7 @@ Object {
324324
},
325325
"6": Object {
326326
"end": Object {
327-
"column": 53,
327+
"column": 54,
328328
"line": 7,
329329
},
330330
"start": Object {

e2e/__tests__/__snapshots__/coverage_report.test.js.snap

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ exports[`generates coverage when using the testRegex config param 1`] = `
4646
"-------------------------------------|----------|----------|----------|----------|-------------------|
4747
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
4848
-------------------------------------|----------|----------|----------|----------|-------------------|
49-
All files | 59.09 | 0 | 50 | 58.82 | |
50-
coverage-report | 43.75 | 0 | 25 | 46.15 | |
49+
All files | 56.52 | 0 | 50 | 55.56 | |
50+
coverage-report | 41.18 | 0 | 25 | 42.86 | |
5151
OtherFile.js | 100 | 100 | 100 | 100 | |
5252
Sum.js | 85.71 | 100 | 50 | 100 | |
5353
SumDependency.js | 0 | 0 | 0 | 0 | 8,10,12 |
54-
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 15,16,17,19 |
54+
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15,16,17,19 |
5555
coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 | |
5656
Identical.js | 100 | 100 | 100 | 100 | |
5757
coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 | |
@@ -72,12 +72,12 @@ exports[`outputs coverage report 1`] = `
7272
"-------------------------------------|----------|----------|----------|----------|-------------------|
7373
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
7474
-------------------------------------|----------|----------|----------|----------|-------------------|
75-
All files | 59.09 | 0 | 50 | 58.82 | |
76-
coverage-report | 43.75 | 0 | 25 | 46.15 | |
75+
All files | 56.52 | 0 | 50 | 55.56 | |
76+
coverage-report | 41.18 | 0 | 25 | 42.86 | |
7777
OtherFile.js | 100 | 100 | 100 | 100 | |
7878
Sum.js | 85.71 | 100 | 50 | 100 | |
7979
SumDependency.js | 0 | 0 | 0 | 0 | 8,10,12 |
80-
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 15,16,17,19 |
80+
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15,16,17,19 |
8181
coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 | |
8282
Identical.js | 100 | 100 | 100 | 100 | |
8383
coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 | |
@@ -88,20 +88,20 @@ All files | 59.09 | 0 | 50 | 58.82
8888
exports[`outputs coverage report when text and text-summary is requested 1`] = `
8989
"
9090
=============================== Coverage summary ===============================
91-
Statements : 59.09% ( 13/22 )
91+
Statements : 56.52% ( 13/23 )
9292
Branches : 0% ( 0/4 )
9393
Functions : 50% ( 3/6 )
94-
Lines : 58.82% ( 10/17 )
94+
Lines : 55.56% ( 10/18 )
9595
================================================================================
9696
-------------------------------------|----------|----------|----------|----------|-------------------|
9797
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
9898
-------------------------------------|----------|----------|----------|----------|-------------------|
99-
All files | 59.09 | 0 | 50 | 58.82 | |
100-
coverage-report | 43.75 | 0 | 25 | 46.15 | |
99+
All files | 56.52 | 0 | 50 | 55.56 | |
100+
coverage-report | 41.18 | 0 | 25 | 42.86 | |
101101
OtherFile.js | 100 | 100 | 100 | 100 | |
102102
Sum.js | 85.71 | 100 | 50 | 100 | |
103103
SumDependency.js | 0 | 0 | 0 | 0 | 8,10,12 |
104-
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 15,16,17,19 |
104+
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15,16,17,19 |
105105
coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 | |
106106
Identical.js | 100 | 100 | 100 | 100 | |
107107
coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 | |
@@ -113,12 +113,12 @@ exports[`outputs coverage report when text is requested 1`] = `
113113
"-------------------------------------|----------|----------|----------|----------|-------------------|
114114
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
115115
-------------------------------------|----------|----------|----------|----------|-------------------|
116-
All files | 59.09 | 0 | 50 | 58.82 | |
117-
coverage-report | 43.75 | 0 | 25 | 46.15 | |
116+
All files | 56.52 | 0 | 50 | 55.56 | |
117+
coverage-report | 41.18 | 0 | 25 | 42.86 | |
118118
OtherFile.js | 100 | 100 | 100 | 100 | |
119119
Sum.js | 85.71 | 100 | 50 | 100 | |
120120
SumDependency.js | 0 | 0 | 0 | 0 | 8,10,12 |
121-
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 15,16,17,19 |
121+
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15,16,17,19 |
122122
coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 | |
123123
Identical.js | 100 | 100 | 100 | 100 | |
124124
coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 | |
@@ -129,9 +129,9 @@ All files | 59.09 | 0 | 50 | 58.82
129129
exports[`outputs coverage report when text-summary is requested 1`] = `
130130
"
131131
=============================== Coverage summary ===============================
132-
Statements : 59.09% ( 13/22 )
132+
Statements : 56.52% ( 13/23 )
133133
Branches : 0% ( 0/4 )
134134
Functions : 50% ( 3/6 )
135-
Lines : 58.82% ( 10/17 )
135+
Lines : 55.56% ( 10/18 )
136136
================================================================================"
137137
`;

0 commit comments

Comments
 (0)