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
If a suite name or test name contains HTML it will be rendered as HTML instead of showing the HTML code. We often use the name of the component as suite name, like describe("<MyComponent />", () => {}). After updating to Vitest UI 2.x the suite name is now rendered as HTML, resulting in an empty suite name in the UI.
Describe the bug
If a suite name or test name contains HTML it will be rendered as HTML instead of showing the HTML code. We often use the name of the component as suite name, like
describe("<MyComponent />", () => {})
. After updating to Vitest UI 2.x the suite name is now rendered as HTML, resulting in an empty suite name in the UI.Reproduction
https://stackblitz.com/edit/vitest-dev-vitest-qiylvf?file=test%2Fsuite.test.ts&initialPath=__vitest__/
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: