-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[2/3] [v3] migrate graphiql
from jest
to vitest
#3825
Conversation
🦋 Changeset detectedLatest commit: 6f6f481 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3825 +/- ##
==========================================
- Coverage 65.32% 58.49% -6.84%
==========================================
Files 122 109 -13
Lines 7003 6115 -888
Branches 2260 1907 -353
==========================================
- Hits 4575 3577 -998
- Misses 2411 2522 +111
+ Partials 17 16 -1
|
The latest changes of this PR are available as canary in npm (based on the declared
|
Part of #3821
graphiql
in tests should rely onbuild
version of@graphiql/react
and not onsrc
(because react-compiler compiles@graphiql/react
source code) and I had tests which were failedI also:
vitest
tolatest
@testing-library/react
to latest@types/testing-library__jest-dom
(no longer needed since last version of@testing-library/react
include types