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

✨(vitest) Introduce new built-in fuzz #4200

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

✨(vitest) Introduce new built-in fuzz #4200

wants to merge 8 commits into from

Commits on Sep 5, 2023

  1. ✨(vitest) Introduce new built-in fuzz

    The new built-in is `fuzz`. It came out of a discussion started on Vitest's official repository.
    
    Compared to previously proposed `it.prop` and related, it uses the APIs offered by Vitest to plug itself. It feels more aligned with the phylosophy currently adopted by the Vitest with a dedicated keywork per kind of runner.
    
    It will probably replace the `it.prop` and related really soon.
    dubzzz committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    785eab4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    1d4bf5a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    b43d5ea View commit details
    Browse the repository at this point in the history
  2. move to root

    dubzzz committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4a88a21 View commit details
    Browse the repository at this point in the history
  3. vitest beta

    dubzzz committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    bbdb6e2 View commit details
    Browse the repository at this point in the history
  4. add "u" tests

    dubzzz committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ae1da6e View commit details
    Browse the repository at this point in the history
  5. make tests compile

    dubzzz committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2f3bf86 View commit details
    Browse the repository at this point in the history
  6. just import fuzz for fuzz

    dubzzz committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7927040 View commit details
    Browse the repository at this point in the history