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
Regarding speed, I wonder if we should ratchet down the default jest test timeout and/or introduce a "slow test warning" in order to keep our main unit test suite fast. Tests that show up in this list should either be refactored to use mocks (as suggested above) or moved into the jest integration suite if they truly need to exercise slower code paths.
Issues
- These issues need to be consolidated and organized around one testing framework
Exploration
Part of the development experience issue tracked at #34557
The text was updated successfully, but these errors were encountered: