-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UUID and random dates doesn´t respect the seed #346
Comments
Start a new pull request in StackBlitz Codeflow. |
After test using node, the uuid works fine, maybe the issue is when it runs in the browser or in StackBlitz. |
I am having this exactly same behavior. Having a hard time getting the same uuid while using Jest. @MarioJuniorPro Do you manage to solved it? Thanks for any information! |
@MarioJuniorPro @MarcoB-Ec I noticed that you are using |
Is this a regression?
Yes
Description
Generating uuids doesn´t respect the seed and it is always random. Also, when I generate dates and reload the environment, the date generated respect the seed except by the seconds.
If for some reason it is not considered a bug, would be nice to have global option to use a strict mode.
Please provide a link to a minimal reproduction of the bug
https://stackblitz.com/edit/typescript-sblpt9?file=index.ts
Please provide the exception or error you saw
Please provide the environment you discovered this bug in
Anything else?
No response
Do you want to create a pull request?
No
The text was updated successfully, but these errors were encountered: