|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP |
2 | 2 |
|
3 | 3 | exports[`formatCoverage should display warning if hiding details 1`] = ` |
4 | | -"| <div title=\\"Status of coverage: π’ - ok π‘ - slightly more than threshold π΄ - under the threshold\\">St.<sup>:grey_question:</sup></div> | Category | Percentage | Covered / Total | |
5 | | -| :----------------------------------------------------------------------------------------------------------------------------------------------------: | :--------- | :--------- | :-------------: | |
6 | | -| π’ | Statements | 81.82% | 27/33 | |
7 | | -| π’ | Branches | 100% | 8/8 | |
8 | | -| π’ | Functions | 63.64% | 7/11 | |
9 | | -| π’ | Lines | 80.65% | 25/31 | |
| 4 | +"| <div title=\\"Status of coverage: π’ - ok π‘ - slightly more than threshold π΄ - under the threshold\\">St.<sup>:grey_question:</sup></div> | Category | Percentage | Covered / Total | |
| 5 | +| :-: | :- | :- | :-: | |
| 6 | +| π’ | Statements | 81.82% | 27/33 | |
| 7 | +| π’ | Branches | 100% | 8/8 | |
| 8 | +| π’ | Functions | 63.64% | 7/11 | |
| 9 | +| π’ | Lines | 80.65% | 25/31 | |
10 | 10 | > :warning: Details were not displayed: the report size has exceeded the limit." |
11 | 11 | `; |
12 | 12 |
|
13 | 13 | exports[`formatCoverage should format standard coverage 1`] = ` |
14 | | -"| <div title=\\"Status of coverage: π’ - ok π‘ - slightly more than threshold π΄ - under the threshold\\">St.<sup>:grey_question:</sup></div> | Category | Percentage | Covered / Total | |
15 | | -| :----------------------------------------------------------------------------------------------------------------------------------------------------: | :--------- | :--------- | :-------------: | |
16 | | -| π’ | Statements | 81.82% | 27/33 | |
17 | | -| π’ | Branches | 100% | 8/8 | |
18 | | -| π’ | Functions | 63.64% | 7/11 | |
19 | | -| π’ | Lines | 80.65% | 25/31 | |
| 14 | +"| <div title=\\"Status of coverage: π’ - ok π‘ - slightly more than threshold π΄ - under the threshold\\">St.<sup>:grey_question:</sup></div> | Category | Percentage | Covered / Total | |
| 15 | +| :-: | :- | :- | :-: | |
| 16 | +| π’ | Statements | 81.82% | 27/33 | |
| 17 | +| π’ | Branches | 100% | 8/8 | |
| 18 | +| π’ | Functions | 63.64% | 7/11 | |
| 19 | +| π’ | Lines | 80.65% | 25/31 | |
20 | 20 |
|
21 | 21 | " |
22 | 22 | `; |
23 | 23 |
|
24 | 24 | exports[`formatCoverage should format standard coverage 2`] = ` |
25 | | -"| <div title=\\"Status of coverage: π’ - ok π‘ - slightly more than threshold π΄ - under the threshold\\">St.<sup>:grey_question:</sup></div> | Category | Percentage | Covered / Total | |
26 | | -| :----------------------------------------------------------------------------------------------------------------------------------------------------: | :--------- | :--------- | :-------------: | |
27 | | -| π’ | Statements | 81.82% | 27/33 | |
28 | | -| π’ | Branches | 100% | 8/8 | |
29 | | -| π’ | Functions | 63.64% | 7/11 | |
30 | | -| π’ | Lines | 80.65% | 25/31 | |
| 25 | +"| <div title=\\"Status of coverage: π’ - ok π‘ - slightly more than threshold π΄ - under the threshold\\">St.<sup>:grey_question:</sup></div> | Category | Percentage | Covered / Total | |
| 26 | +| :-: | :- | :- | :-: | |
| 27 | +| π’ | Statements | 81.82% | 27/33 | |
| 28 | +| π’ | Branches | 100% | 8/8 | |
| 29 | +| π’ | Functions | 63.64% | 7/11 | |
| 30 | +| π’ | Lines | 80.65% | 25/31 | |
31 | 31 |
|
32 | 32 | " |
33 | 33 | `; |
34 | 34 |
|
35 | 35 | exports[`formatCoverage should format standard coverage 3`] = ` |
36 | | -"| <div title=\\"Status of coverage: π’ - ok π‘ - slightly more than threshold π΄ - under the threshold\\">St.<sup>:grey_question:</sup></div> | Category | Percentage | Covered / Total | |
37 | | -| :----------------------------------------------------------------------------------------------------------------------------------------------------: | :--------- | :--------- | :-------------: | |
38 | | -| π’ | Statements | 81.82% | 27/33 | |
39 | | -| π’ | Branches | 100% | 8/8 | |
40 | | -| π‘ | Functions | 63.64% | 7/11 | |
41 | | -| π’ | Lines | 80.65% | 25/31 | |
| 36 | +"| <div title=\\"Status of coverage: π’ - ok π‘ - slightly more than threshold π΄ - under the threshold\\">St.<sup>:grey_question:</sup></div> | Category | Percentage | Covered / Total | |
| 37 | +| :-: | :- | :- | :-: | |
| 38 | +| π’ | Statements | 81.82% | 27/33 | |
| 39 | +| π’ | Branches | 100% | 8/8 | |
| 40 | +| π‘ | Functions | 63.64% | 7/11 | |
| 41 | +| π’ | Lines | 80.65% | 25/31 | |
42 | 42 |
|
43 | 43 | " |
44 | 44 | `; |
0 commit comments