diff options
Diffstat (limited to 'test/modules')
| -rw-r--r-- | test/modules/color.spec.ts | 3 | ||||
| -rw-r--r-- | test/modules/science.spec.ts | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/test/modules/color.spec.ts b/test/modules/color.spec.ts index 9eb64d61..0e147266 100644 --- a/test/modules/color.spec.ts +++ b/test/modules/color.spec.ts @@ -22,9 +22,6 @@ describe('color', () => { ); }); - // Create and log-back the seed for debug purposes - faker.seed(Math.ceil(Math.random() * 1_000_000_000)); - describe.each(times(NON_SEEDED_BASED_RUN).map(() => faker.seed()))( 'random seeded tests for seed %i', () => { diff --git a/test/modules/science.spec.ts b/test/modules/science.spec.ts index 051fecbb..268da08f 100644 --- a/test/modules/science.spec.ts +++ b/test/modules/science.spec.ts @@ -10,9 +10,6 @@ describe('science', () => { t.itEach('chemicalElement', 'unit'); }); - // Create and log-back the seed for debug purposes - faker.seed(Math.ceil(Math.random() * 1_000_000_000)); - describe.each(times(NON_SEEDED_BASED_RUN).map(() => faker.seed()))( 'random seeded tests for seed %i', () => { |
