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

Migrate tests to Vitest #3832

Merged
merged 18 commits into from
Jul 25, 2023
Merged

Migrate tests to Vitest #3832

merged 18 commits into from
Jul 25, 2023

Commits on Jul 15, 2023

  1. Migrate fuzz tests to Vitest

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    16c1773 View commit details
    Browse the repository at this point in the history
  2. Set up Vitest for unit tests

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    d5a7103 View commit details
    Browse the repository at this point in the history
  3. Update eslint for Vitest

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    dfa8054 View commit details
    Browse the repository at this point in the history
  4. Improve typings for tests

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    f3d8d9d View commit details
    Browse the repository at this point in the history
  5. Migrate UI tests to Vitest

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    b625fee View commit details
    Browse the repository at this point in the history
  6. Migrate themes to Vitest

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    8d86b98 View commit details
    Browse the repository at this point in the history
  7. Migrate modules to Vitest

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    0775c7d View commit details
    Browse the repository at this point in the history
  8. Migrate formats to Vitest

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    71a8dc3 View commit details
    Browse the repository at this point in the history
  9. Migrate core to Vitest

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    e16b6eb View commit details
    Browse the repository at this point in the history
  10. Migrate blots to Vitest

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    27a8c03 View commit details
    Browse the repository at this point in the history
  11. Remove unit.js from webpack

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    16ded8f View commit details
    Browse the repository at this point in the history
  12. Remove Karma from project

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    a6811fd View commit details
    Browse the repository at this point in the history
  13. Update development document

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    9913126 View commit details
    Browse the repository at this point in the history
  14. Style fixes

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    b83e572 View commit details
    Browse the repository at this point in the history
  15. Add retries for unit tests

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    e3a89ba View commit details
    Browse the repository at this point in the history
  16. Fix syntax imports

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    245c452 View commit details
    Browse the repository at this point in the history
  17. Move retries to GitHub actions

    luin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    26d42e7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1dea4bd View commit details
    Browse the repository at this point in the history