aboutsummaryrefslogtreecommitdiff
path: root/test/hacker.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/hacker.spec.ts')
-rw-r--r--test/hacker.spec.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/hacker.spec.ts b/test/hacker.spec.ts
index 7dcb5f67..1a567588 100644
--- a/test/hacker.spec.ts
+++ b/test/hacker.spec.ts
@@ -108,7 +108,9 @@ describe('name', () => {
// 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('abbreviation()', () => {
beforeEach(() => {