TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mohd Kashif
854
941
221.7k
Write unit testing in jest framework for below code
Mar 29 2019 2:06 AM
I am trying to write unit testing in jest for below code :-
var checkallboxes = document.getElementsByName("rowSelectCheckBox");
for (var i = 0, n = checkallboxes.length; i < n; i++)
{ checkallboxes[i].checked = true;
}
How to write test code in jest?
Reply
Answers (
0
)
Forums Redesign
Menu layout is broken