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

✅ Move website tests to Vitest #5734

Merged
merged 3 commits into from
Feb 22, 2025
Merged

✅ Move website tests to Vitest #5734

merged 3 commits into from
Feb 22, 2025

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented Feb 22, 2025

Description

We move our tests from Jest to Vitest on the website.

ChecklistDon't delete this checklist and make sure you do the following before opening the PR

  • The name of my PR follows gitmoji specification
  • My PR references one of several related issues (if any)
    • New features or breaking changes must come with an associated Issue or Discussion
    • My PR does not add any new dependency without an associated Issue or Discussion
  • My PR includes bumps details, please run pnpm run bump and flag the impacts properly
  • My PR adds relevant tests and they would have failed without my PR (when applicable)

Advanced

  • Category: ✅ Add or update tests
  • Impacts: None

Sorry, something went wrong.

Copy link

changeset-bot bot commented Feb 22, 2025

⚠️ No Changeset found

Latest commit: 52e2c7f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

pkg-pr-new bot commented Feb 22, 2025

Open in Stackblitz@fast-check/examples

@fast-check/ava

npm i https://pkg.pr.new/@fast-check/ava@5734

@fast-check/expect-type

npm i https://pkg.pr.new/@fast-check/expect-type@5734

fast-check

npm i https://pkg.pr.new/fast-check@5734

@fast-check/jest

npm i https://pkg.pr.new/@fast-check/jest@5734

@fast-check/poisoning

npm i https://pkg.pr.new/@fast-check/poisoning@5734

@fast-check/vitest

npm i https://pkg.pr.new/@fast-check/vitest@5734

@fast-check/packaged

npm i https://pkg.pr.new/@fast-check/packaged@5734

@fast-check/worker

npm i https://pkg.pr.new/@fast-check/worker@5734

commit: 52e2c7f

Copy link
Contributor

👋 A preview of the new documentation is available at: http://67ba15fcd28293c299790b4f--dubzzz-fast-check.netlify.app

Copy link

codecov bot commented Feb 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.49%. Comparing base (0f8a181) to head (52e2c7f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5734   +/-   ##
=======================================
  Coverage   94.49%   94.49%           
=======================================
  Files         212      212           
  Lines        9623     9623           
  Branches     2670     2670           
=======================================
  Hits         9093     9093           
  Misses        530      530           
Flag Coverage Δ
unit-tests 94.49% <ø> (ø)
unit-tests-18.x-Linux 94.49% <ø> (ø)
unit-tests-20.x-Linux 94.49% <ø> (ø)
unit-tests-22.x-Linux 94.49% <ø> (ø)
unit-tests-latest-Linux 94.49% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dubzzz dubzzz merged commit 9195c3b into main Feb 22, 2025
73 checks passed
@dubzzz dubzzz deleted the web-vitest branch February 22, 2025 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant