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 Unit tests #24

Open
msusur opened this issue Mar 8, 2020 · 0 comments
Open

Add Unit tests #24

msusur opened this issue Mar 8, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@msusur
Copy link
Member

msusur commented Mar 8, 2020

I write them to improve my productivity as a programmer. Making the quality assurance department happy is just a side effect. Unit tests are highly localized. Each test class works within a single package. It tests the interfaces to other packages, but beyond that it assumes the rest just works.
-- Martin F.

Please use jest and *.spec.js file name convention.

@msusur msusur added enhancement New feature or request help wanted Extra attention is needed labels Mar 8, 2020
@msusur msusur self-assigned this Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant