Skip to content

Latest commit

History

History
16 lines (10 loc) 路 706 Bytes

Architecture.md

File metadata and controls

16 lines (10 loc) 路 706 Bytes
id title
architecture
Architecture

import LiteYouTubeEmbed from 'react-lite-youtube-embed';

If you are interested in learning more about how Jest works, understand its architecture, and how Jest is split up into individual reusable packages, check out this video:

If you'd like to learn how to build a testing framework like Jest from scratch, check out this video:

There is also a written guide you can follow. It teaches the fundamental concepts of Jest and explains how various parts of Jest can be used to compose a custom testing framework.