Testing architecture
Here is my first idea how to test the search-ui. Every test-case initially calls the setupTest
function which cleans all previous mocks, prepares the app (e.g mocks the api call) and resolves helper functions that can be used by the test.
When you like my testing approach i will implement the rest of the tests
Closes #8 (closed)
Edited by Adam Reichold