I checked in both states: up and down.
The point of the assignment is to add the “author” field to the package.json.
So I think it shouldn’t matter if the app is UP or DOWN since package.json never gets served by the app.
The tests access the package.json by making a request to the app…if the app is not running, then the app cannot respond with the appropriate information.
Yea, it clarifies the mechanism of fetching the package.json.
But I still don’t understand how Repl suppose to respond to that request.
If you hit this route with GET you get 404: https://repl.it/join/niwlwfug-aleksspeaker/_api/package.json