chore: update faker functions (2)

This commit is contained in:
Simon Lecoq
2023-07-24 21:59:32 -04:00
parent cea9e4307e
commit eedfb0490f
5 changed files with 39 additions and 39 deletions

View File

@@ -33,19 +33,19 @@ export default function({faker, url, options, login = faker.internet.userName()}
image: [
{
size: "small",
"#text": faker.image.abstract(),
"#text": faker.image.urlLoremFlickr({ category: 'abstract' }),
},
{
size: "medium",
"#text": faker.image.abstract(),
"#text": faker.image.urlLoremFlickr({ category: 'abstract' }),
},
{
size: "large",
"#text": faker.image.abstract(),
"#text": faker.image.urlLoremFlickr({ category: 'abstract' }),
},
{
size: "extralarge",
"#text": faker.image.abstract(),
"#text": faker.image.urlLoremFlickr({ category: 'abstract' }),
},
],
streamable: "0",
@@ -86,19 +86,19 @@ export default function({faker, url, options, login = faker.internet.userName()}
image: [
{
size: "small",
"#text": faker.image.abstract(),
"#text": faker.image.urlLoremFlickr({ category: 'abstract' }),
},
{
size: "medium",
"#text": faker.image.abstract(),
"#text": faker.image.urlLoremFlickr({ category: 'abstract' }),
},
{
size: "large",
"#text": faker.image.abstract(),
"#text": faker.image.urlLoremFlickr({ category: 'abstract' }),
},
{
size: "extralarge",
"#text": faker.image.abstract(),
"#text": faker.image.urlLoremFlickr({ category: 'abstract' }),
},
],
url: faker.internet.url(),
@@ -130,19 +130,19 @@ export default function({faker, url, options, login = faker.internet.userName()}
image: [
{
size: "small",
"#text": faker.image.abstract(),
"#text": faker.image.urlLoremFlickr({ category: 'abstract' }),
},
{
size: "medium",
"#text": faker.image.abstract(),
"#text": faker.image.urlLoremFlickr({ category: 'abstract' }),
},
{
size: "large",
"#text": faker.image.abstract(),
"#text": faker.image.urlLoremFlickr({ category: 'abstract' }),
},
{
size: "extralarge",
"#text": faker.image.abstract(),
"#text": faker.image.urlLoremFlickr({ category: 'abstract' }),
},
],
streamable: "0",