diff options
| author | ST-DDT <[email protected]> | 2024-10-21 12:04:40 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-21 12:04:40 +0200 |
| commit | b8e94a5aa3728f4eca72ee3dd3ac123a90f00f5d (patch) | |
| tree | 0e04b03d6e6b39b200668867630a0162245db107 /test | |
| parent | 3f3d628cfa16198b0e6c4301eb802bb787a46367 (diff) | |
| download | faker-b8e94a5aa3728f4eca72ee3dd3ac123a90f00f5d.tar.xz faker-b8e94a5aa3728f4eca72ee3dd3ac123a90f00f5d.zip | |
test(system): remove obsolete SK common file name test (#3206)
Diffstat (limited to 'test')
| -rw-r--r-- | test/modules/system.spec.ts | 12 |
1 files changed, 1 insertions, 11 deletions
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'); - }); - }); - }); }); |
