You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to add unit tests to our list of the messages
Why
To get rid of duplications, or to ignore unwanted messages like "LGTM"
Eng details
Task 1: Add unit test to make sure all messages are unique.
Good job and GOOD JOB should fail as messages are the same
Great job 👍 and Great job 💯 should fail as we should ignore emojis (Note: we should also remove this duplication in messages.js file, as at the moment we have that issue)
Good job and Great job should have success message, as messages are unique
Task 2: Add unit test to make sure we don't have LGTM message
The text was updated successfully, but these errors were encountered:
What
We want to add unit tests to our list of the messages
Why
To get rid of duplications, or to ignore unwanted messages like "LGTM"
Eng details
Task 1: Add unit test to make sure all messages are unique.
Good job
andGOOD JOB
should fail as messages are the sameGreat job 👍
andGreat job 💯
should fail as we should ignore emojis (Note: we should also remove this duplication in messages.js file, as at the moment we have that issue)Good job
andGreat job
should have success message, as messages are uniqueTask 2: Add unit test to make sure we don't have LGTM message
The text was updated successfully, but these errors were encountered: