Commit e9c5776
committed
test(nextjs): fix snapshot keys for nested describe blocks
Vitest keys nested describes with ' > ' between every level including
the final `it`. The initial snapshot file was missing the separator
between the inner describe and the test name, so CI (which refuses to
auto-create snapshots) reported the tests as mismatched.1 parent 84fedae commit e9c5776
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments