We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
I believe some of the unit tests are incorrect, or the task description is not clear enough.
The task says “The user types...”, so validation is expected to run on typing (i.e. using onChange). However, the test changes values without triggering onChange, which causes the test to fail even when the code behaves as described.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Employee Validation
You are viewing a single comment's thread. Return to all comments →
I believe some of the unit tests are incorrect, or the task description is not clear enough.
The task says “The user types...”, so validation is expected to run on typing (i.e. using onChange). However, the test changes values without triggering onChange, which causes the test to fail even when the code behaves as described.