Skip to content

Commit 90132f5

Browse files
cpojerrickhanlonii
authored andcommitted
Add Jest Architecture overview to docs. (#7449)
1 parent c7d3870 commit 90132f5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/Architecture.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: architecture
3+
title: Architecture
4+
---
5+
6+
If you are interested in learning more about how Jest works, what the architecture behind the framework is, and how Jest is split up into individual reusable packages, check out this video:
7+
8+
<iframe width="560" height="315" src="https://www.youtube.com/embed/3YDiloj8_d0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

website/sidebars.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"tutorial-jquery",
2424
"watch-plugins",
2525
"migration-guide",
26-
"troubleshooting"
26+
"troubleshooting",
27+
"architecture"
2728
],
2829
"Framework Guides": [
2930
"tutorial-react",

0 commit comments

Comments
 (0)