feat(plugins/pagespeed): improved performance and PWA support, fix(plugins/posts): "dev.to" lowercase username, fix(plugins/base): repositories count, fix(plugins/followup): issues and pull requests count from archived repositories (#1101)
This commit is contained in:
@@ -95,6 +95,11 @@ export default function({faker, url, options, login = faker.internet.userName()}
|
||||
title: "Performance",
|
||||
score: faker.datatype.float({max: 1}),
|
||||
},
|
||||
pwa: {
|
||||
id: "pwa",
|
||||
title: "PWA",
|
||||
score: faker.datatype.number({max: 1}),
|
||||
},
|
||||
},
|
||||
},
|
||||
analysisUTCTimestamp: `${faker.date.recent()}`,
|
||||
|
||||
Reference in New Issue
Block a user