aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2025-02-09 21:33:54 +0100
committerGitHub <[email protected]>2025-02-09 21:33:54 +0100
commit8053e5bdcb783be939d7ab29847174c94ff48d10 (patch)
tree0991502f5031d1305a2be46832a773cde6badd09
parent9c42195a753015ab4f5775ef8af3aa5b172cfb08 (diff)
downloadfaker-8053e5bdcb783be939d7ab29847174c94ff48d10.tar.xz
faker-8053e5bdcb783be939d7ab29847174c94ff48d10.zip
test: remove obsolete image.urlPlaceholder integration test (#3392)
-rw-r--r--test/integration/modules/image.spec.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/integration/modules/image.spec.ts b/test/integration/modules/image.spec.ts
index 5ec9e34b..f9d5cabd 100644
--- a/test/integration/modules/image.spec.ts
+++ b/test/integration/modules/image.spec.ts
@@ -116,12 +116,4 @@ describe('image', () => {
await assertWorkingUrl(actual);
});
});
-
- describe('urlPlaceholder', () => {
- it('should return a random image url from Placeholder', async () => {
- // eslint-disable-next-line @typescript-eslint/no-deprecated
- const actual = faker.image.urlPlaceholder();
- await assertWorkingUrl(actual);
- });
- });
});