diff options
Diffstat (limited to 'test/git.spec.ts')
| -rw-r--r-- | test/git.spec.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/git.spec.ts b/test/git.spec.ts index b43498d3..84f85e76 100644 --- a/test/git.spec.ts +++ b/test/git.spec.ts @@ -101,7 +101,9 @@ describe('git', () => { // Create and log-back the seed for debug purposes faker.seed(Math.ceil(Math.random() * 1_000_000_000)); - describe(`random seeded tests for seed ${faker.seedValue}`, () => { + describe(`random seeded tests for seed ${JSON.stringify( + faker.seedValue + )}`, () => { for (let i = 1; i <= NON_SEEDED_BASED_RUN; i++) { describe('branch()', () => { it('should return a random branch', () => { |
