Skip to content

Commit e4778f8

Browse files
committed
snapshot updates, idk...
1 parent d528e1b commit e4778f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

e2e/__tests__/__snapshots__/consoleLogOutputWhenRunInBand.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ exports[`prints console.logs when run with forceExit 3`] = `
2020
console.log
2121
Hey
2222
23-
at Object.<anonymous> (__tests__/a-banana.js:1:1)
23+
at Object.log (__tests__/a-banana.js:1:30)
2424
2525
`;

e2e/__tests__/__snapshots__/v8Coverage.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ exports[`on node >=10 prints coverage 1`] = `
99
----------|---------|----------|---------|---------|-------------------
1010
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
1111
----------|---------|----------|---------|---------|-------------------
12-
All files | 100 | 100 | 100 | 100 |
13-
Thing.js | 100 | 100 | 100 | 100 |
12+
All files | 100 | 100 | 0 | 100 |
13+
Thing.js | 100 | 100 | 0 | 100 |
1414
x.css | 100 | 100 | 100 | 100 |
1515
----------|---------|----------|---------|---------|-------------------"
1616
`;

e2e/__tests__/resolveBrowserField.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test('preserves module identity for symlinks when using browser field resolution
6666
console.log
6767
needs-preserved-id executed
6868
69-
at Object.<anonymous> (packages/needs-preserved-id/index.js:1:13)
69+
at Object.log (packages/needs-preserved-id/index.js:1:9)
7070
`);
7171
expect(exitCode).toEqual(0);
7272
});

0 commit comments

Comments
 (0)