Verify that code has been implemented in ScoreProvider.js to save scores, and that it is specifically exporting a function saveScores that accepts an array of three scores, and will POST each of the score objects in that array to the DB.
Verify that scores are saved to the database for a game only after the user clicks the "Save Round Score" button in ScoreForm.js for the third time.
After providing scores for each team across three rounds, verify that the total score for the game for each team was actually saved to the database.json file.
ScoreProvider.js
to save scores, and that it is specifically exporting a functionsaveScores
that accepts an array of three scores, and willPOST
each of the score objects in that array to the DB.ScoreForm.js
for the third time.database.json
file.