Testing configuration
At the moment we maintain four different group of tests. You can find configurations for all of them in the following subfolders:
client- unit and component tests for code located inclienttop level folder.integration- integration tests for code located inbin,clientandservertop level folders.server- unit tests for code located inservertop level folder.e2e- automated tests for the entire project.
Check testing overview to learn more how all those test configurations are consumed by Jest testing platform to ensure proper code quality of Calypso codebase.
Test helpers
This folder contains also legacy test helpers which were used with the previous testing tool called Mocha. They are still used in many places, but should be considered as deprecated. Check the corresponding code comments to learn about valid alternatives.