Skip to main content
✏️ Code CompletionQA Testing & QA Easy+10 XP

Jest Assertion

Complete the assertion to check the value.

✏️ Fill in the blank
expect(add(2, 3)).___( 5);

✏️ Type the missing code: