-
-
Notifications
You must be signed in to change notification settings - Fork 949
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
test: vitest prefer-each #2144
test: vitest prefer-each #2144
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #2144 +/- ##
==========================================
- Coverage 99.59% 99.59% -0.01%
==========================================
Files 2607 2607
Lines 244977 244977
Branches 1148 1149 +1
==========================================
- Hits 243997 243993 -4
- Misses 953 957 +4
Partials 27 27 |
@ST-DDT could you have a first look and re-evaluate if I did not made any mistakes? |
I'm now experimenting a bit with the |
we will use the "old" strategy for now |
Co-authored-by: ST-DDT <[email protected]>
Co-authored-by: ST-DDT <[email protected]>
Co-authored-by: ST-DDT <[email protected]>
Co-authored-by: ST-DDT <[email protected]>
Co-authored-by: ST-DDT <[email protected]>
references #2098 (comment)
TODOs and Notes for myself
Helpful docs to understand the .each string syntax: https://vitest.dev/api/#test-each
For debugging purposes it can help quite a log to set
reporters: 'verbose'
in vitest config!