From 470f7e5b0b60b115f509677c79e5c735262bfc57 Mon Sep 17 00:00:00 2001 From: Mohammed Numaan <138296610+mohammednumaan@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:16:37 +0530 Subject: [PATCH 1/2] docs: add ExpressJS reference material with a valid domain. --- website/versioned_docs/version-29.4/TestingFrameworks.md | 4 ++++ website/versioned_docs/version-29.5/TestingFrameworks.md | 4 ++++ website/versioned_docs/version-29.6/TestingFrameworks.md | 4 ++++ website/versioned_docs/version-29.7/TestingFrameworks.md | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/website/versioned_docs/version-29.4/TestingFrameworks.md b/website/versioned_docs/version-29.4/TestingFrameworks.md index f85556e56410..003cc2c6eec3 100644 --- a/website/versioned_docs/version-29.4/TestingFrameworks.md +++ b/website/versioned_docs/version-29.4/TestingFrameworks.md @@ -32,6 +32,10 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip - [Writing Tests](https://redux.js.org/recipes/writing-tests) by Redux docs +## Express.js + +- [How to test Express.js with Jest and Supertest](https://www.albertgao.com/2017/05/24/how-to-test-expressjs-with-jest-and-supertest/) by Albert Gao [@albertgao](https://x.com/albertgao) + ## GatsbyJS - [Unit Testing](https://www.gatsbyjs.org/docs/unit-testing/) by GatsbyJS docs diff --git a/website/versioned_docs/version-29.5/TestingFrameworks.md b/website/versioned_docs/version-29.5/TestingFrameworks.md index f85556e56410..003cc2c6eec3 100644 --- a/website/versioned_docs/version-29.5/TestingFrameworks.md +++ b/website/versioned_docs/version-29.5/TestingFrameworks.md @@ -32,6 +32,10 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip - [Writing Tests](https://redux.js.org/recipes/writing-tests) by Redux docs +## Express.js + +- [How to test Express.js with Jest and Supertest](https://www.albertgao.com/2017/05/24/how-to-test-expressjs-with-jest-and-supertest/) by Albert Gao [@albertgao](https://x.com/albertgao) + ## GatsbyJS - [Unit Testing](https://www.gatsbyjs.org/docs/unit-testing/) by GatsbyJS docs diff --git a/website/versioned_docs/version-29.6/TestingFrameworks.md b/website/versioned_docs/version-29.6/TestingFrameworks.md index f85556e56410..003cc2c6eec3 100644 --- a/website/versioned_docs/version-29.6/TestingFrameworks.md +++ b/website/versioned_docs/version-29.6/TestingFrameworks.md @@ -32,6 +32,10 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip - [Writing Tests](https://redux.js.org/recipes/writing-tests) by Redux docs +## Express.js + +- [How to test Express.js with Jest and Supertest](https://www.albertgao.com/2017/05/24/how-to-test-expressjs-with-jest-and-supertest/) by Albert Gao [@albertgao](https://x.com/albertgao) + ## GatsbyJS - [Unit Testing](https://www.gatsbyjs.org/docs/unit-testing/) by GatsbyJS docs diff --git a/website/versioned_docs/version-29.7/TestingFrameworks.md b/website/versioned_docs/version-29.7/TestingFrameworks.md index f85556e56410..003cc2c6eec3 100644 --- a/website/versioned_docs/version-29.7/TestingFrameworks.md +++ b/website/versioned_docs/version-29.7/TestingFrameworks.md @@ -32,6 +32,10 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip - [Writing Tests](https://redux.js.org/recipes/writing-tests) by Redux docs +## Express.js + +- [How to test Express.js with Jest and Supertest](https://www.albertgao.com/2017/05/24/how-to-test-expressjs-with-jest-and-supertest/) by Albert Gao [@albertgao](https://x.com/albertgao) + ## GatsbyJS - [Unit Testing](https://www.gatsbyjs.org/docs/unit-testing/) by GatsbyJS docs From d37380ff1900e87ba23662116864532f6ec1a7d8 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 15 Jan 2025 07:37:11 +0100 Subject: [PATCH 2/2] also main docs --- docs/TestingFrameworks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/TestingFrameworks.md b/docs/TestingFrameworks.md index f85556e56410..003cc2c6eec3 100644 --- a/docs/TestingFrameworks.md +++ b/docs/TestingFrameworks.md @@ -32,6 +32,10 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip - [Writing Tests](https://redux.js.org/recipes/writing-tests) by Redux docs +## Express.js + +- [How to test Express.js with Jest and Supertest](https://www.albertgao.com/2017/05/24/how-to-test-expressjs-with-jest-and-supertest/) by Albert Gao [@albertgao](https://x.com/albertgao) + ## GatsbyJS - [Unit Testing](https://www.gatsbyjs.org/docs/unit-testing/) by GatsbyJS docs