Skip to content

Latest commit

History

History
17 lines (11 loc) 路 767 Bytes

Architecture.md

File metadata and controls

17 lines (11 loc) 路 767 Bytes
id title
architecture
Architecture

import LiteYouTubeEmbed from 'react-lite-youtube-embed'; import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';

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.