chore: update faker functions
This commit is contained in:
@@ -3,9 +3,9 @@ export default function({faker, query, login = faker.internet.userName()}) {
|
||||
console.debug("metrics/compute/mocks > mocking graphql api result > discussions/statistics")
|
||||
return ({
|
||||
user: {
|
||||
started: {totalCount: faker.datatype.number(1000)},
|
||||
comments: {totalCount: faker.datatype.number(1000)},
|
||||
answers: {totalCount: faker.datatype.number(1000)},
|
||||
started: {totalCount: faker.number.int(1000)},
|
||||
comments: {totalCount: faker.number.int(1000)},
|
||||
answers: {totalCount: faker.number.int(1000)},
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user