Skip to content

Commit

Permalink
Add Jest Architecture overview to docs. (jestjs#7449)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer authored and willsmythe committed Dec 20, 2018
1 parent 93f6412 commit fdc4405
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/Architecture.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
id: architecture
title: Architecture
---

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:

<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>
3 changes: 2 additions & 1 deletion website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"tutorial-jquery",
"watch-plugins",
"migration-guide",
"troubleshooting"
"troubleshooting",
"architecture"
],
"Framework Guides": [
"tutorial-react",
Expand Down

0 comments on commit fdc4405

Please sign in to comment.