logo

Crowdly

Browser

Add to Chrome

What does the following test check?  test('adds 2 + 2 to equal 4', () => { ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

What does the following test check? 

test('adds 2 + 2 to equal 4', () => {

 expect(add(2, 2)).toBe(4);

}); 

More questions like this

Want instant access to all verified answers on moodle.ncst.edu.bh?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome