-
Notifications
You must be signed in to change notification settings - Fork 2
Unit Tests for Components #3
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
Go has an in-built testing command
go testand a packagetestingwhich can give a complete testing experience.
For more details, look up Wrtiting unit tests
Unit tests for most of the components is expected