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
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 hierarchyAnd
Given I add a .spec.ts file to the
test
hierarchy When I runnpm run test
I should see a successful report from mocha detailing which tests passed and which tests failed