You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using test.each with an array of objects, object properties injected in the test names, are printed within quotes while other data-types like number and boolean are not.
Describe the bug
Basically jestjs/jest#7689 but for vitest.
When using
test.each
with an array of objects, object properties injected in the test names, are printed within quotes while other data-types like number and boolean are not.Reproduction
https://stackblitz.com/edit/vitest-dev-vitest-fbcukv?file=test%2Fbasic.test.ts
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: