chore: code formatting

This commit is contained in:
github-actions[bot]
2022-06-26 21:45:30 +00:00
parent 5f5357bab8
commit a1be8c5a01
2 changed files with 2 additions and 2 deletions

View File

@@ -653,7 +653,7 @@
{score: faker.datatype.float({max: 1}), title: "Accessibility"},
{score: faker.datatype.float({max: 1}), title: "Best Practices"},
{score: faker.datatype.float({max: 1}), title: "SEO"},
... options["pagespeed.pwa"] ? [{score : faker.datatype.number({max: 1}), title: "PWA"}] : []
...options["pagespeed.pwa"] ? [{score: faker.datatype.number({max: 1}), title: "PWA"}] : [],
],
metrics: {
observedFirstContentfulPaint: faker.datatype.number(500),