Take a look at SomeComponent.tsx
in the task folder and prepare a testing concept answering the following question:
- What type(s) of tests do you think appropriate to test this component (or parts of it) and what testing libraries would you use?
- What assertions would you make?
- What challenges do you foresee, respectively, can you think of changes to the code that would increase "testability"?
- What other forms of testing/quality assurance do you expect in a big project?
Where relevant, provide code snippets (references, changes requests, additions).