aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/modules/internet.spec.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/modules/internet.spec.ts b/test/modules/internet.spec.ts
index 9dc376f9..45c51705 100644
--- a/test/modules/internet.spec.ts
+++ b/test/modules/internet.spec.ts
@@ -847,6 +847,7 @@ describe('internet', () => {
describe('color()', () => {
it('should return a random hex value', () => {
+ // eslint-disable-next-line @typescript-eslint/no-deprecated
const color = faker.internet.color();
expect(color).toBeTruthy();
@@ -855,6 +856,7 @@ describe('internet', () => {
});
it('should return a random hex value with given values', () => {
+ // eslint-disable-next-line @typescript-eslint/no-deprecated
const color = faker.internet.color({
redBase: 100,
greenBase: 100,