Skip to content

Commit

Permalink
chore: regenerate test/integration.js.snap (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 24, 2022
1 parent 86f7ce5 commit ae1f5e5
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions test/integration.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -157,43 +157,6 @@ All files | 83.33 | 100 | 66.66 | 83.33 |
,"
`;

exports[`c8 can allow for files outside of cwd 1`] = `
",hi
-------------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
-------------------|---------|----------|---------|---------|-------------------
All files | 100 | 100 | 100 | 100 |
multidir1 | 100 | 100 | 100 | 100 |
file1.js | 100 | 100 | 100 | 100 |
report | 100 | 100 | 100 | 100 |
allowExternal.js | 100 | 100 | 100 | 100 |
-------------------|---------|----------|---------|---------|-------------------
,"
`;

exports[`c8 check-coverage --100 1`] = `
",hey
i am a line of code
what
hey
what
hey
what
hey
-----------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
-----------|---------|----------|---------|---------|-------------------
All files | 83.33 | 85.71 | 60 | 83.33 |
async.js | 100 | 100 | 100 | 100 |
normal.js | 75 | 66.66 | 33.33 | 75 | 14-16,18-20
-----------|---------|----------|---------|---------|-------------------
,ERROR: Coverage for lines (83.33%) does not meet global threshold (100%)
ERROR: Coverage for functions (60%) does not meet global threshold (100%)
ERROR: Coverage for branches (85.71%) does not meet global threshold (100%)
ERROR: Coverage for statements (83.33%) does not meet global threshold (95%)
"
`;

exports[`c8 check-coverage --100 1`] = `
",hey
i am a line of code
Expand Down Expand Up @@ -246,14 +209,6 @@ ERROR: Coverage for statements (75%) does not meet threshold (95%) for test/fixt
"
`;

exports[`c8 check-coverage check-coverage --100 1`] = `
",,ERROR: Coverage for lines (83.33%) does not meet global threshold (100%)
ERROR: Coverage for functions (60%) does not meet global threshold (100%)
ERROR: Coverage for branches (85.71%) does not meet global threshold (100%)
ERROR: Coverage for statements (83.33%) does not meet global threshold (95%)
"
`;

exports[`c8 check-coverage check-coverage command with --100 1`] = `
",,ERROR: Coverage for lines (83.33%) does not meet global threshold (100%)
ERROR: Coverage for functions (60%) does not meet global threshold (100%)
Expand Down Expand Up @@ -605,18 +560,3 @@ All files | 83.33 | 85.71 | 60 | 83.33 |
-----------|---------|----------|---------|---------|-------------------
,"
`;
exports[`c8 ts-node reads source-map from cache, and applies to coverage 1`] = `
",covered
covered
covered
covered
covered
------------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
------------------|---------|----------|---------|---------|-------------------
All files | 88.24 | 87.5 | 80 | 88.24 |
ts-node-basic.ts | 88.24 | 87.5 | 80 | 88.24 | 12-13,28-29
------------------|---------|----------|---------|---------|-------------------
,"
`;

0 comments on commit ae1f5e5

Please sign in to comment.