Skip to content
/ jest Public
forked from jestjs/jest

Commit

Permalink
snapshot updates, idk...
Browse files Browse the repository at this point in the history
  • Loading branch information
jeysal committed Apr 26, 2020
1 parent d528e1b commit e4778f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ exports[`prints console.logs when run with forceExit 3`] = `
console.log
Hey
at Object.<anonymous> (__tests__/a-banana.js:1:1)
at Object.log (__tests__/a-banana.js:1:30)
`;
4 changes: 2 additions & 2 deletions e2e/__tests__/__snapshots__/v8Coverage.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ exports[`on node >=10 prints coverage 1`] = `
----------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------|---------|----------|---------|---------|-------------------
All files | 100 | 100 | 100 | 100 |
Thing.js | 100 | 100 | 100 | 100 |
All files | 100 | 100 | 0 | 100 |
Thing.js | 100 | 100 | 0 | 100 |
x.css | 100 | 100 | 100 | 100 |
----------|---------|----------|---------|---------|-------------------"
`;
2 changes: 1 addition & 1 deletion e2e/__tests__/resolveBrowserField.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test('preserves module identity for symlinks when using browser field resolution
console.log
needs-preserved-id executed
at Object.<anonymous> (packages/needs-preserved-id/index.js:1:13)
at Object.log (packages/needs-preserved-id/index.js:1:9)
`);
expect(exitCode).toEqual(0);
});

0 comments on commit e4778f8

Please sign in to comment.