Quality Engineering

Complete this assessment with 100% score to master this chapter.

01Which tool acts as a bridge between Jest and the TypeScript compiler?

02What is the benefit of typing your mock functions using 'jest.fn<ReturnType, Params>()'?

03Which library is the industry standard for testing React components in a user-centric way?

04How do you mock an entire module in Jest?

05What are 'Factory Functions' in testing?