Skip to content

Commit

Permalink
update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 4, 2024
1 parent 8f3a0cb commit 0671415
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions e2e/__tests__/__snapshots__/wrongEnv.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ exports[`Wrong globals for environment print useful error for window 1`] = `
ReferenceError: window is not defined
22 |
23 | test('use window', () => {
> 24 | const location = window.location;
24 | // eslint-disable-next-line unicorn/prefer-global-this
> 25 | const location = window.location;
| ^
25 |
26 | console.log(location);
27 |
26 |
27 | console.log(location);
28 |
at Object.window (__tests__/node.js:24:20)"
at Object.window (__tests__/node.js:25:20)"
`;
exports[`Wrong globals for environment print useful error when it explodes during evaluation 1`] = `
Expand Down

0 comments on commit 0671415

Please sign in to comment.