zhravan/github-readme-quotes

[Feature Request] Unit Testing Rendering Functions

Offen

#79 geöffnet am 30.11.2020

 (9 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (181 Forks)auto 404
enhancementgood first issuehacktoberfesthacktoberfest-acceptedhelp wanted

Repository-Metriken

Stars
 (307 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Is your feature request related to a problem? Please describe. We have cross checked the working. Still, want an Unit Testing of UI components rendered to ensure the working.

Describe the solution you'd like A proper unit testing of the functions that responsible for rendering svg component using Jest Library.

Describe alternatives you've considered Have used Mocha for testing. But as you know, Mocha cannot test components rendering and stuff, we removed it in the initial release of v0.9. If you want to propose alternatives for Jest, please feel free to comment on the same.

Contributor Guide