UniversityOfSaskatchewanCMPT371 / term-project-2024-team-1

4 stars 0 forks source link

Test i172 #190

Closed ptayab closed 7 months ago

ptayab commented 7 months ago

API Test Script for checking if a user has completed a Survey. Passed 6/7 Test as of Mar 28, 2024.

ptayab commented 7 months ago

Which test fails? and what are the expected vs received values for it?

Added testing for parameter types as well. All test cases have including the new ones have now passed after fix.

kurtp21 commented 7 months ago

There are linting errors, that needs to be addressed

kurtp21 commented 7 months ago

Now getting a type error in the surveyGetAllHandler.ts file.

22:58 error Unsafe argument of type any assigned to a parameter of type InjectionToken<SurveyGetAllHandler> @typescript-eslint/no-unsafe-argument

ptayab commented 7 months ago

Moved to Test-172 Updated