aboutsummaryrefslogtreecommitdiff
path: root/test/integration/modules/image.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/modules/image.spec.ts')
-rw-r--r--test/integration/modules/image.spec.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integration/modules/image.spec.ts b/test/integration/modules/image.spec.ts
index 611317c6..5ec9e34b 100644
--- a/test/integration/modules/image.spec.ts
+++ b/test/integration/modules/image.spec.ts
@@ -74,6 +74,13 @@ describe('image', () => {
});
});
+ describe('personPortrait', () => {
+ it('should return a random asset url', async () => {
+ const actual = faker.image.personPortrait();
+ await assertWorkingUrl(actual);
+ });
+ });
+
describe('url', () => {
it('should return a random image url', async () => {
const actual = faker.image.url();