Skip to content

Commit c9e90dd

Browse files
committed
test: need vitest-dev#9597
1 parent 82ac6a8 commit c9e90dd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/snapshots/test/inline-multiple-calls.test.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -468,12 +468,12 @@ test('test.each/for', async () => {
468468
Received: "3"
469469
470470
❯ each.test.ts:4:22
471-
2|
471+
2|
472472
3| test.for(["hey", "world"])("test %s", (arg) => {
473473
4| expect(arg.length).toMatchInlineSnapshot(\`5\`);
474474
| ^
475475
5| });
476-
6|
476+
6|
477477
478478
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/6]⎯
479479
@@ -484,12 +484,12 @@ test('test.each/for', async () => {
484484
Received: "5"
485485
486486
❯ each.test.ts:4:22
487-
2|
487+
2|
488488
3| test.for(["hey", "world"])("test %s", (arg) => {
489489
4| expect(arg.length).toMatchInlineSnapshot(\`5\`);
490490
| ^
491491
5| });
492-
6|
492+
6|
493493
494494
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/6]⎯
495495
@@ -537,7 +537,7 @@ test('test.each/for', async () => {
537537
16| }).toThrowErrorMatchingInlineSnapshot(\`[Error: length = 5]\`)
538538
| ^
539539
17| });
540-
18|
540+
18|
541541
542542
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[5/6]⎯
543543
@@ -553,7 +553,7 @@ test('test.each/for', async () => {
553553
16| }).toThrowErrorMatchingInlineSnapshot(\`[Error: length = 5]\`)
554554
| ^
555555
17| });
556-
18|
556+
18|
557557
558558
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[6/6]⎯
559559
@@ -619,12 +619,12 @@ test('test.each/for', async () => {
619619
Received: "5"
620620
621621
❯ each.test.ts:4:22
622-
2|
622+
2|
623623
3| test.for(["hey", "world"])("test %s", (arg) => {
624624
4| expect(arg.length).toMatchInlineSnapshot(\`5\`);
625625
| ^
626626
5| });
627-
6|
627+
6|
628628
629629
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/3]⎯
630630
@@ -656,7 +656,7 @@ test('test.each/for', async () => {
656656
16| }).toThrowErrorMatchingInlineSnapshot(\`[Error: length = 5]\`)
657657
| ^
658658
17| });
659-
18|
659+
18|
660660
661661
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[3/3]⎯
662662

0 commit comments

Comments
 (0)