diff options
| author | Piotr Kuczynski <[email protected]> | 2022-07-28 10:00:58 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-28 08:00:58 +0000 |
| commit | de39d9c2ce7e95cd693aa7026d501dc10fb70643 (patch) | |
| tree | 086eb3909598292eb1213bcf69a62b5eb821fc61 /test/system.spec.ts | |
| parent | 6629806c5c28a85c4f70cd2bce6d9cf328e7d9f4 (diff) | |
| download | faker-de39d9c2ce7e95cd693aa7026d501dc10fb70643.tar.xz faker-de39d9c2ce7e95cd693aa7026d501dc10fb70643.zip | |
test: remove JSON.stringify wrapper around faker.seed() in tests descriptions (#1196)
Diffstat (limited to 'test/system.spec.ts')
| -rw-r--r-- | test/system.spec.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/system.spec.ts b/test/system.spec.ts index a5317520..8a44201d 100644 --- a/test/system.spec.ts +++ b/test/system.spec.ts @@ -62,9 +62,7 @@ describe('system', () => { }); } - describe(`random seeded tests for seed ${JSON.stringify( - faker.seed() - )}`, () => { + describe(`random seeded tests for seed ${faker.seed()}`, () => { for (let i = 1; i <= NON_SEEDED_BASED_RUN; i++) { describe('commonFileExt()', () => { it('should return common file types', () => { |
