chore(deps): update faker to v7 (#957)
This commit is contained in:
@@ -16,7 +16,7 @@ export default function({faker, query, login = faker.internet.userName()}) {
|
||||
edges: new Array(100).fill(null).map(_ => ({cursor: "MOCKED_CURSOR"})),
|
||||
nodes: new Array(100).fill(null).map(_ => ({
|
||||
category: {
|
||||
emoji: faker.random.arrayElement([":chart_with_upwards_trend:", ":chart_with_downwards_trend:", ":bar_char:"]),
|
||||
emoji: faker.helpers.arrayElement([":chart_with_upwards_trend:", ":chart_with_downwards_trend:", ":bar_char:"]),
|
||||
name: faker.lorem.slug(),
|
||||
},
|
||||
})),
|
||||
|
||||
Reference in New Issue
Block a user