aboutsummaryrefslogtreecommitdiff
path: root/test/integration/modules
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-12-29 16:40:37 +0100
committerGitHub <[email protected]>2024-12-29 16:40:37 +0100
commit6c13fe0a86bb44c48e20c38b1ea600f9aa39446a (patch)
treee6bf6f531be36da426b293b1e5558d680edee8b8 /test/integration/modules
parenteceb17d25741c5fb1bd56b8151067eed3708a076 (diff)
downloadfaker-6c13fe0a86bb44c48e20c38b1ea600f9aa39446a.tar.xz
faker-6c13fe0a86bb44c48e20c38b1ea600f9aa39446a.zip
refactor(image): deprecate urlPlaceholder (#3341)
Diffstat (limited to 'test/integration/modules')
-rw-r--r--test/integration/modules/image.spec.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/modules/image.spec.ts b/test/integration/modules/image.spec.ts
index 13b37a70..611317c6 100644
--- a/test/integration/modules/image.spec.ts
+++ b/test/integration/modules/image.spec.ts
@@ -112,6 +112,7 @@ describe('image', () => {
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);
});