-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add random ENUM values #338
Conversation
Could you add some unit tests to cover the
|
I know I'm pedantic... I just created #339 due to the fact that we currently don't support enums with computed values. |
added fix for enum's with computed values
Now, if we can't access to one of enum values, instead of "0" we're set it's position Added tests for case, when enum imported from d.ts files, and we can't access to it values
Happy with the changes. @Pmyl about computed values I agree, @artem1458 added a test as well, so when we will fix it we'll ensure that the random functionality will work as expected Great work!!!! |
Added feature random-enums