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
At the moment we don't have any content related to setting up testing frameworks under the "Debugging & Test" section of our docs. If a user was looking to set up Jest aliases, for example, they'd actually need to go to "Getting Started" to get instruction. This leads to poor discoverability.
We could add a "Testing Frameworks" page showing how to setup with Jest, Vitest, etc. and the various preset packages we may already maintain for use. It's much more natural to have test framework config instruction alongside instructions for enzyme and testing-library.
The text was updated successfully, but these errors were encountered:
Inspired from preactjs/preact#3752
At the moment we don't have any content related to setting up testing frameworks under the "Debugging & Test" section of our docs. If a user was looking to set up Jest aliases, for example, they'd actually need to go to "Getting Started" to get instruction. This leads to poor discoverability.
We could add a "Testing Frameworks" page showing how to setup with Jest, Vitest, etc. and the various preset packages we may already maintain for use. It's much more natural to have test framework config instruction alongside instructions for
enzyme
andtesting-library
.The text was updated successfully, but these errors were encountered: