Skip to content
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

Merged
merged 8 commits into from
May 26, 2020
Merged

Commits on May 25, 2020

  1. add-random-enums

    Artem Kornev committed May 25, 2020
    Configuration menu
    Copy the full SHA
    7233aa2 View commit details
    Browse the repository at this point in the history
  2. add-random-enums

    Artem Kornev committed May 25, 2020
    Configuration menu
    Copy the full SHA
    1bc453a View commit details
    Browse the repository at this point in the history
  3. added test for enums without value assigned

    added fix for enum's with computed values
    artem1458 committed May 25, 2020
    Configuration menu
    Copy the full SHA
    841fda6 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    f68b820 View commit details
    Browse the repository at this point in the history
  2. add-random-enums

    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
    Artem Kornev committed May 26, 2020
    Configuration menu
    Copy the full SHA
    89d7d0a View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/add-random-enums' into add-rando…

    …m-enums
    Artem Kornev committed May 26, 2020
    Configuration menu
    Copy the full SHA
    f8277c7 View commit details
    Browse the repository at this point in the history
  4. add-random-enums

    Artem Kornev committed May 26, 2020
    Configuration menu
    Copy the full SHA
    5b1c806 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b2e3fa View commit details
    Browse the repository at this point in the history