UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
1 stars 0 forks source link

delete all cypress tests except 1 per service to ensure they're running #267

Closed Scott-Kenning closed 4 days ago

Scott-Kenning commented 4 days ago

Description

Removal of all cypress tests except for one get request on each service for get, to ensure they're running. This is because we are switching to another testing framework

Closes #266

How to Test

docker-compose up --build npm run test in each user service

Checklist

abookout commented 4 days ago

LGTM