Validate if countryCode is valid
Closed this issue · 0 comments
tnovau commented
GIVEN I am using the library
WHEN I render the CircleFlag
component
AND the countryCode is a valid one in circle-flags
THEN I show the flag of that country
GIVEN I am using the library
WHEN I render the CircleFlag
component
AND the countryCode is not a valid one in circle-flags
THEN I show the UNKNOWN_FLAG