Skip to content

Commit ec95b7f

Browse files
docs: Add Express.js Reference Material to "Testing Web Frameworks" Documentation. (#15437)
1 parent 3088367 commit ec95b7f

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

docs/TestingFrameworks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
3131

3232
- [Writing Tests](https://redux.js.org/recipes/writing-tests) by Redux docs
3333

34+
## Express.js
35+
36+
- [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)
37+
3438
## GatsbyJS
3539

3640
- [Unit Testing](https://www.gatsbyjs.org/docs/unit-testing/) by GatsbyJS docs

website/versioned_docs/version-29.4/TestingFrameworks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
3131

3232
- [Writing Tests](https://redux.js.org/recipes/writing-tests) by Redux docs
3333

34+
## Express.js
35+
36+
- [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)
37+
3438
## GatsbyJS
3539

3640
- [Unit Testing](https://www.gatsbyjs.org/docs/unit-testing/) by GatsbyJS docs

website/versioned_docs/version-29.5/TestingFrameworks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
3131

3232
- [Writing Tests](https://redux.js.org/recipes/writing-tests) by Redux docs
3333

34+
## Express.js
35+
36+
- [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)
37+
3438
## GatsbyJS
3539

3640
- [Unit Testing](https://www.gatsbyjs.org/docs/unit-testing/) by GatsbyJS docs

website/versioned_docs/version-29.6/TestingFrameworks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
3131

3232
- [Writing Tests](https://redux.js.org/recipes/writing-tests) by Redux docs
3333

34+
## Express.js
35+
36+
- [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)
37+
3438
## GatsbyJS
3539

3640
- [Unit Testing](https://www.gatsbyjs.org/docs/unit-testing/) by GatsbyJS docs

website/versioned_docs/version-29.7/TestingFrameworks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
3131

3232
- [Writing Tests](https://redux.js.org/recipes/writing-tests) by Redux docs
3333

34+
## Express.js
35+
36+
- [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)
37+
3438
## GatsbyJS
3539

3640
- [Unit Testing](https://www.gatsbyjs.org/docs/unit-testing/) by GatsbyJS docs

0 commit comments

Comments
 (0)