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

Cover functionality with tests #3

Open
MatusMak opened this issue Feb 27, 2021 · 0 comments
Open

Cover functionality with tests #3

MatusMak opened this issue Feb 27, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@MatusMak
Copy link
Owner

Initial implementation didn't contain any kind of tests, so now it's time to correct this mistake.

Task: cover functionality (both modules and main program) with tests.

Notes:

  • Jest is preferred, make sure to install it as a dev dependency
  • Cover both positive and negative paths. Write your scenarios based on main readme file
  • If required, it's fine to edit code to make testing easier. However, try to preserve current interface.
@MatusMak MatusMak added the good first issue Good for newcomers label Feb 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant