chore: code formatting
This commit is contained in:
@@ -6,8 +6,8 @@ export default function({faker, query, login = faker.internet.userName()}) {
|
||||
databaseId: faker.number.int(10000000),
|
||||
name: faker.person.fullName(),
|
||||
login,
|
||||
createdAt: `${faker.date.past({years:10})}`,
|
||||
avatarUrl: faker.image.urlLoremFlickr({ category: 'people' }),
|
||||
createdAt: `${faker.date.past({years: 10})}`,
|
||||
avatarUrl: faker.image.urlLoremFlickr({category: "people"}),
|
||||
websiteUrl: faker.internet.url(),
|
||||
twitterUsername: login,
|
||||
},
|
||||
|
||||
@@ -13,7 +13,7 @@ export default function({faker, query, login = faker.internet.userName()}) {
|
||||
repository: {
|
||||
stargazers: {
|
||||
edges: new Array(faker.number.int({min: 50, max: 100})).fill(null).map(() => ({
|
||||
starredAt: `${faker.date.recent({days:30})}`,
|
||||
starredAt: `${faker.date.recent({days: 30})}`,
|
||||
cursor: "MOCKED_CURSOR",
|
||||
node: {
|
||||
location: faker.location.city(),
|
||||
|
||||
@@ -6,7 +6,7 @@ export default function({faker, query, login = faker.internet.userName()}) {
|
||||
starredRepositories: {
|
||||
edges: [
|
||||
{
|
||||
starredAt: `${faker.date.recent({days:14})}`,
|
||||
starredAt: `${faker.date.recent({days: 14})}`,
|
||||
node: {
|
||||
description: "📊 An image generator with 20+ metrics about your GitHub account such as activity, community, repositories, coding habits, website performances, music played, starred topics, etc. that you can put on your profile or elsewhere !",
|
||||
forkCount: faker.number.int(100),
|
||||
|
||||
Reference in New Issue
Block a user