From b8e94a5aa3728f4eca72ee3dd3ac123a90f00f5d Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Mon, 21 Oct 2024 12:04:40 +0200 Subject: test(system): remove obsolete SK common file name test (#3206) --- test/modules/system.spec.ts | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'test') diff --git a/test/modules/system.spec.ts b/test/modules/system.spec.ts index e98ec2da..9b83b0fd 100644 --- a/test/modules/system.spec.ts +++ b/test/modules/system.spec.ts @@ -1,6 +1,6 @@ import validator from 'validator'; import { describe, expect, it } from 'vitest'; -import { faker, fakerSK } from '../../src'; +import { faker } from '../../src'; import { seededTests } from '../support/seeded-runs'; import { times } from './../support/times'; @@ -414,14 +414,4 @@ describe('system', () => { }); } ); - - describe('extra tests', () => { - describe('commonFileName()', () => { - it('#770', () => { - fakerSK.seed(5423027051750305); - fakerSK.system.commonFileName('xml'); - fakerSK.system.commonFileName('xml'); - }); - }); - }); }); -- cgit v1.2.3