We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tests of the application don't reside in a signle folder but are placed near the code they tests.
All the Services tests are unit tests, so they don't call the actual server. Instead, the fetch function is mocked.
React Components are tested using the enzyme library and some utility functions are defined in the testHelpers folder
testHelpers
There was an error while loading. Please reload this page.