Update faker API (#219)

This commit is contained in:
Simon Lecoq
2021-04-09 12:09:02 +02:00
committed by GitHub
parent 02de568165
commit 08f9655f35
28 changed files with 362 additions and 362 deletions

View File

@@ -10,7 +10,7 @@
}) : ({
repository:{
stargazers:{
edges:new Array(faker.random.number({min:50, max:100})).fill(null).map(() => ({
edges:new Array(faker.datatype.number({min:50, max:100})).fill(null).map(() => ({
starredAt:`${faker.date.recent(30)}`,
cursor:"MOCKED_CURSOR",
})),