Challenge Overview
Challenge objectives
-
Improve the unit testing coverage of the files mentioned in the detailed requirements section.
Tech stack
-
Node.js
Code access
Repo: https://github.com/tc-bluesource/consumer-api
Branch: develop
You will find a link to access the repo on the challenge forum (available after you register).
Detailed requirements
As part of this challenge, you need to create new unit tests in order to improve the coverage on the following files:
Directory:/models/
-
fbcontractinfo.js
-
gender.js
-
getAUCEnrlAgrmntInfo.js
-
groupenrollment.js
-
groupquery.js
-
maritalstatus.js
-
operationssummary.js
-
pmtMethod.js
-
questionanswer.js
-
sic.js
-
smokerstatus.js
-
specialInvestigation.js
-
underwriting.js
-
uniqueId.js
Important Notes
-
You need to achieve 90%+ coverage on each file mentioned above.
-
You need to mock any calls to 3rd party APIs.