TomNgTech / Groceries-Recipes-Meal-Plan-Backend

1 stars 0 forks source link

Set up Jest (test framework) for Express.js #3

Closed TomNgTech closed 1 year ago

TomNgTech commented 1 year ago

Description: As a developer, I would like to have the environment for running Jest testing framework set up. This would save me time when testing the Express API's.

Acceptance Criteria:

[ ] - Jest is installed using "npm install --save-dev jest"

[ ] - Jest is configured within the config.json file directly from the CLI

[ ] - write a test to test the app route returns 200 status code