Questions
- What’s the purpose of Jest’s
describe
function? - How many times will the
beforeAll
function execute when running a complete test suite? - Can you run asynchronous tests in Jest?
- What function would you use to emulate a user typing into a text field?
- How can you calculate the code coverage of your tests?