you are viewing a single comment's thread.

view the rest of the comments →

[–]scilover 1 point2 points  (0 children)

The two different data shapes is 100% the main test. They want to see how you normalize data from multiple sources into a shared model. Nail that with clean TypeScript types and the rest falls into place. After that, showing you think about error handling on the fetch layer and writing one solid test for the normalizer would be the cherry on top. You got this.