01What is a 'unit test'?
02In Jest, which function is used to check if a value matches your expectation?
03What are the three steps of the Arrange-Act-Assert (AAA) pattern in testing?
04What is a 'mock' in the context of Jest testing?
05How do you test an async function in Jest?