-
Notifications
You must be signed in to change notification settings - Fork 1
Add tests for back-end #66
Copy link
Copy link
Open
Labels
backendFeatures/bug fixes that require work in the backend (routes, database)Features/bug fixes that require work in the backend (routes, database)databaseFeatures/bug fixes that require work in the db (Sequelize and related endpoints)Features/bug fixes that require work in the db (Sequelize and related endpoints)enhancementNew feature or requestNew feature or request
Milestone
Metadata
Metadata
Labels
backendFeatures/bug fixes that require work in the backend (routes, database)Features/bug fixes that require work in the backend (routes, database)databaseFeatures/bug fixes that require work in the db (Sequelize and related endpoints)Features/bug fixes that require work in the db (Sequelize and related endpoints)enhancementNew feature or requestNew feature or request
A suggested framework for this is JEST. Types of tests could include unit tests that test different API calls. Tests can be configured in package.json so that we just need to run
npm run testsin order to run tests.