Skip to main content
Version: 29.7

架构

如果你有兴趣详细了解 Jest 的工作原理、了解其架构以及 Jest 如何分成单独的可重用包,请观看此视频:

¥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:

如果你想了解如何从头开始构建像 Jest 这样的测试框架,请观看此视频:

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

还有一个 你可以遵循的书面指南。它教授了 Jest 的基本概念,并解释了如何使用 Jest 的各个部分来构建自定义测试框架。

¥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.