curiouslearning / followthelearners

MIT License
2 stars 1 forks source link

Support for Unit Testing in Follow The Learners #528

Closed eric-gt closed 3 years ago

eric-gt commented 3 years ago

User Stories As a Developer, I want Follow the Learners to have unit test support So that while I am developing I can ensure that my methods behave as expected before we move into the QA period

Acceptance Criteria Given that I am in the project repo, I should see a root level directory labeled test that contains a mirror of the project hierarchy

And

Given I add a .spec.ts file to the test hierarchy When I run npm run test I should see a successful report from mocha detailing which tests passed and which tests failed