mui / base-ui

Base UI is an open-source library of accessible, unstyled UI components for React.
MIT License
291 stars 47 forks source link

[test] Fix the flaky browser tests #851

Closed michaldudak closed 6 days ago

michaldudak commented 1 week ago

Fixed all the issues reported by vitest during test runs:

Also updated vitest and related packages to the latest version.

mui-bot commented 1 week ago

Netlify deploy preview

https://deploy-preview-851--base-ui.netlify.app/

Generated by :no_entry_sign: dangerJS against b54ffb29d2706e7f479d62511f1a9125924ad64b

michaldudak commented 1 week ago

All the warnings are gone and I haven't seen any issues with the tests in a while. Let's merge this and see if it helps for good.

michaldudak commented 6 days ago

As the test coverage is now calculated differently (using istanbul instead of v8), the codecov/project failure is expected.