Solution to the Exercise
Understand one of the possible solutions to the last exercise.
We'll cover the following...
Exercise recap
In the last lesson, we tested and implemented the getTasks
and updateTask
functions. This was possible thanks to the jest-fetch-mock
library, which mocked out the fetch
function for us. Your task was to do the same for the createTask
...