Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a unit test library to our projects #4

Closed
3 tasks done
danieldietrich opened this issue Feb 24, 2021 · 0 comments · Fixed by #14
Closed
3 tasks done

Add a unit test library to our projects #4

danieldietrich opened this issue Feb 24, 2021 · 0 comments · Fixed by #14

Comments

@danieldietrich
Copy link
Contributor

danieldietrich commented Feb 24, 2021

Story

As a maintainer I want to ensure with unit tests that ongoing development in a team does not break existing functionality.

Acceptance criteria

  • jest is integrated in the build process
    whitebox testing of internal functions.
  • we measure the code coverage
  • we use ts-jest to support TypeScript in our tests

Note: Adding tests is postponed to #7

@danieldietrich danieldietrich changed the title Add a unit tests library to our projects Add a unit test library to our projects Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant