feat: add initial seed parameter to constructors #8574
pr.yml
on: pull_request
Check Code Generation: node-22, ubuntu-latest
1m 46s
Annotations
4 errors
test/faker.spec.ts > faker > constructor() > seed > should prioritize the randomizer over the seed:
test/faker.spec.ts#L116
AssertionError: expected 8373237378417847 to be 3319821087749105 // Object.is equality
- Expected
+ Received
- 3319821087749105
+ 8373237378417847
❯ test/faker.spec.ts:116:42
|
test/simple-faker.spec.ts > simpleFaker > constructor() > seed > should prioritize the randomizer over the seed:
test/simple-faker.spec.ts#L62
AssertionError: expected 8373237378417847 to be 3319821087749105 // Object.is equality
- Expected
+ Received
- 3319821087749105
+ 8373237378417847
❯ test/simple-faker.spec.ts:62:42
|
Check Code Generation: node-22, ubuntu-latest
Process completed with exit code 1.
|
Check Code Generation: node-22, ubuntu-latest
Process completed with exit code 1.
|