@@ -10,7 +10,7 @@ exports[`on node >=12.16.0 prints correct coverage report, if a TS module is tra
1010File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
1111--------------|---------|----------|---------|---------|-------------------
1212All files | 50 | 25 | 25 | 50 |
13- module.ts | 80.77 | 50 | 50 | 80.77 | 16-18,21-22
13+ module.ts | 80.76 | 50 | 50 | 80.76 | 16-18,21-22
1414 types.ts | 0 | 0 | 0 | 0 | 1-8
1515 uncovered.ts | 0 | 0 | 0 | 0 | 1-8
1616--------------|---------|----------|---------|---------|-------------------
@@ -25,8 +25,8 @@ exports[`on node >=12.16.0 prints correct coverage report, if an ESM module is p
2525--------------|---------|----------|---------|---------|-------------------
2626File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
2727--------------|---------|----------|---------|---------|-------------------
28- All files | 59.38 | 50 | 33.33 | 59.38 |
29- module.js | 79.17 | 66.67 | 50 | 79.17 | 14-16,19-20
28+ All files | 59.37 | 50 | 33.33 | 59.37 |
29+ module.js | 79.16 | 66.66 | 50 | 79.16 | 14-16,19-20
3030 uncovered.js | 0 | 0 | 0 | 0 | 1-8
3131--------------|---------|----------|---------|---------|-------------------
3232` ;
@@ -40,8 +40,8 @@ exports[`prints correct coverage report, if a CJS module is put under test witho
4040--------------|---------|----------|---------|---------|-------------------
4141File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
4242--------------|---------|----------|---------|---------|-------------------
43- All files | 59.38 | 60 | 50 | 59.38 |
44- module.js | 79.17 | 75 | 66.67 | 79.17 | 14-16,19-20
43+ All files | 59.37 | 60 | 50 | 59.37 |
44+ module.js | 79.16 | 75 | 66.66 | 79.16 | 14-16,19-20
4545 uncovered.js | 0 | 0 | 0 | 0 | 1-8
4646--------------|---------|----------|---------|---------|-------------------
4747` ;
@@ -56,7 +56,7 @@ exports[`prints correct coverage report, if a TS module is transpiled by Babel t
5656File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
5757--------------|---------|----------|---------|---------|-------------------
5858All files | 50 | 25 | 25 | 50 |
59- module.ts | 80.77 | 50 | 50 | 80.77 | 16-18,21-22
59+ module.ts | 80.76 | 50 | 50 | 80.76 | 16-18,21-22
6060 types.ts | 0 | 0 | 0 | 0 | 1-8
6161 uncovered.ts | 0 | 0 | 0 | 0 | 1-8
6262--------------|---------|----------|---------|---------|-------------------
0 commit comments