@@ -338,7 +338,7 @@ test.describe("server option", () => {
338
338
339
339
expect (
340
340
normalizeOptions ( createServerSpy . getCall ( 0 ) . args [ 0 ] ) ,
341
- ) . toMatchSnapshotWithArray ( ) ;
341
+ ) . toMatchSnapshotWithArray ( "normalized options" ) ;
342
342
expect ( response . status ( ) ) . toBe ( 200 ) ;
343
343
await expect ( page ) . toHaveScreenshot ( ) ;
344
344
expect (
@@ -422,7 +422,7 @@ test.describe("server option", () => {
422
422
423
423
expect (
424
424
normalizeOptions ( createServerSpy . getCall ( 0 ) . args [ 0 ] ) ,
425
- ) . toMatchSnapshotWithArray ( ) ;
425
+ ) . toMatchSnapshotWithArray ( "normalized options" ) ;
426
426
expect ( response . status ( ) ) . toBe ( 200 ) ;
427
427
await expect ( page ) . toHaveScreenshot ( ) ;
428
428
expect (
@@ -515,7 +515,7 @@ test.describe("server option", () => {
515
515
516
516
expect (
517
517
normalizeOptions ( createServerSpy . getCall ( 0 ) . args [ 0 ] ) ,
518
- ) . toMatchSnapshotWithArray ( ) ;
518
+ ) . toMatchSnapshotWithArray ( "normalized options" ) ;
519
519
expect ( response . status ( ) ) . toBe ( 200 ) ;
520
520
await expect ( page ) . toHaveScreenshot ( ) ;
521
521
expect (
@@ -585,7 +585,7 @@ test.describe("server option", () => {
585
585
586
586
expect (
587
587
normalizeOptions ( createServerSpy . getCall ( 0 ) . args [ 0 ] ) ,
588
- ) . toMatchSnapshotWithArray ( ) ;
588
+ ) . toMatchSnapshotWithArray ( "normalized options" ) ;
589
589
expect ( response . status ( ) ) . toBe ( 200 ) ;
590
590
await expect ( page ) . toHaveScreenshot ( ) ;
591
591
expect (
@@ -655,7 +655,7 @@ test.describe("server option", () => {
655
655
656
656
expect (
657
657
normalizeOptions ( createServerSpy . getCall ( 0 ) . args [ 0 ] ) ,
658
- ) . toMatchSnapshotWithArray ( ) ;
658
+ ) . toMatchSnapshotWithArray ( "normalized options" ) ;
659
659
expect ( response . status ( ) ) . toBe ( 200 ) ;
660
660
await expect ( page ) . toHaveScreenshot ( ) ;
661
661
expect (
0 commit comments