diff --git a/CHANGELOG.md b/CHANGELOG.md index cd34d1360be7..672f30c76aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -121,6 +121,7 @@ - `[docs]` Link NestJS documentation on testing with Jest ([#14940](https://github.com/jestjs/jest/pull/14940)) - `[docs]` `Revised documentation for .toHaveBeenCalled()` to accurately depict its functionality. ([#14853](https://github.com/jestjs/jest/pull/14853)) - `[docs]` Removed ExpressJS reference link from documentation due to dead link ([#15270](https://github.com/jestjs/jest/pull/15270)) +- `[docs]` Added reference link for ExpressJS to documentation ([#15436](https://github.com/jestjs/jest/pull/15436)) ## 29.7.0 diff --git a/docs/TestingFrameworks.md b/docs/TestingFrameworks.md index f85556e56410..a8edd47f5edb 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](http://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.4/TestingFrameworks.md b/website/versioned_docs/version-29.4/TestingFrameworks.md index f85556e56410..a8edd47f5edb 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](http://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..a8edd47f5edb 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](http://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..a8edd47f5edb 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](http://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..a8edd47f5edb 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](http://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