Skip to content

Commit

Permalink
chore: update babel dependencies (#15117)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Jun 10, 2024
1 parent a3acf57 commit 3206952
Show file tree
Hide file tree
Showing 2 changed files with 699 additions and 692 deletions.
8 changes: 4 additions & 4 deletions e2e/__tests__/__snapshots__/each.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ exports[`shows error message when not enough arguments are supplied to tests 1`]
6 | */
7 |
> 8 | it.each\`
| ^
| ^
9 | left | right
10 | \${true} | \${true}
11 | \${true}
at Object.<anonymous> (__tests__/eachException.test.js:8:9)
at Object.<anonymous> (__tests__/eachException.test.js:8:8)
● throws exception when not enough arguments are supplied $left == $right
Expand All @@ -96,12 +96,12 @@ exports[`shows error message when not enough arguments are supplied to tests 1`]
17 | );
18 |
> 19 | it.each\`
| ^
| ^
20 | left | right | up | down
21 | \${true} | \${true}
22 | \`(
at Object.<anonymous> (__tests__/eachException.test.js:19:9)"
at Object.<anonymous> (__tests__/eachException.test.js:19:8)"
`;
exports[`shows only the tests with .only as being ran 1`] = `
Expand Down
Loading

0 comments on commit 3206952

Please sign in to comment.