Skip to content

Commit

Permalink
Add Jest Architecture overview to docs. (#7449)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer authored and rickhanlonii committed Dec 3, 2018
1 parent c7d3870 commit 90132f5
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 90132f5

Please sign in to comment.