From 03e16a8cef3b71390b31892480b0b896df65c297 Mon Sep 17 00:00:00 2001 From: cpojer Date: Wed, 2 Jun 2021 16:52:05 +0900 Subject: [PATCH] Update Architecture documentation. --- docs/Architecture.md | 8 +++++++- website/versioned_docs/version-25.x/Architecture.md | 8 +++++++- website/versioned_docs/version-26.x/Architecture.md | 8 +++++++- website/versioned_docs/version-27.0/Architecture.md | 8 +++++++- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/docs/Architecture.md b/docs/Architecture.md index f069ea953eb7..86da7948415d 100644 --- a/docs/Architecture.md +++ b/docs/Architecture.md @@ -3,6 +3,12 @@ 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: +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](https://cpojer.net/posts/building-a-javascript-testing-framework). It teaches the fundamental concepts of Jest and explains how various parts of Jest can be used to compose a custom testing framework. diff --git a/website/versioned_docs/version-25.x/Architecture.md b/website/versioned_docs/version-25.x/Architecture.md index f069ea953eb7..86da7948415d 100644 --- a/website/versioned_docs/version-25.x/Architecture.md +++ b/website/versioned_docs/version-25.x/Architecture.md @@ -3,6 +3,12 @@ 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: +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](https://cpojer.net/posts/building-a-javascript-testing-framework). It teaches the fundamental concepts of Jest and explains how various parts of Jest can be used to compose a custom testing framework. diff --git a/website/versioned_docs/version-26.x/Architecture.md b/website/versioned_docs/version-26.x/Architecture.md index f069ea953eb7..86da7948415d 100644 --- a/website/versioned_docs/version-26.x/Architecture.md +++ b/website/versioned_docs/version-26.x/Architecture.md @@ -3,6 +3,12 @@ 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: +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](https://cpojer.net/posts/building-a-javascript-testing-framework). It teaches the fundamental concepts of Jest and explains how various parts of Jest can be used to compose a custom testing framework. diff --git a/website/versioned_docs/version-27.0/Architecture.md b/website/versioned_docs/version-27.0/Architecture.md index f069ea953eb7..86da7948415d 100644 --- a/website/versioned_docs/version-27.0/Architecture.md +++ b/website/versioned_docs/version-27.0/Architecture.md @@ -3,6 +3,12 @@ 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: +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](https://cpojer.net/posts/building-a-javascript-testing-framework). It teaches the fundamental concepts of Jest and explains how various parts of Jest can be used to compose a custom testing framework.