Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Write unit tests #7

Open
1 of 3 tasks
Esemesek opened this issue Jun 15, 2019 · 1 comment
Open
1 of 3 tasks

Write unit tests #7

Esemesek opened this issue Jun 15, 2019 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Esemesek
Copy link
Collaborator

Esemesek commented Jun 15, 2019

There is quite a bit of logic in lib directory, but there are no unit tests to verify if nothing is broken. Lack of unit tests makes it harder to refactor/change existing code.

TODO

  • - Implement unit tests for lib/helpers - This is the most important one because most of logic exists here
  • - Implement unit tests for lib/LinearGradient
  • - Implement unit tests for lib/RadialGradient
@Esemesek Esemesek added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jun 15, 2019
@yeswanth
Copy link

yeswanth commented Jun 19, 2019

I would like to start on lib/helpers with tests to check simple functions (to begin with). Will be using jest for testing. I am maintaining a document with the test plan in this spreadsheet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants