A utility-first CSS framework for rapid UI development.
Improve codebase quality (#19999)
Small PR that improves the overall quality of the codebase. It's a bit of everything: 1. Using correct variants for the variants we are testing 2. Use `@reference` instead of `@import` in a test, testing the `@reference` according to the test name 3. Use `using` for Vitest related mocks. They have a `Symbol.dispose` implemented, so we can don't have to restore mocks ourselves (right now, some of them are not cleaned up at all). 4. Updated deprecated `.toThrowError` with `.toThrow` APIs ## Test plan Everything still passes. [ci-all]
R
Robin Malfait committed
52f94c74bb491e9c3641ce322a0ef90fb3c45de6
Parent: 0db856f
Committed by GitHub <noreply@github.com>
on 4/30/2026, 9:32:37 PM