Skip to content

Commit bd1c6db

Browse files
remove expressjs reference material as domain has expired (#15270)
1 parent 1eca335 commit bd1c6db

File tree

6 files changed

+1
-20
lines changed

6 files changed

+1
-20
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
- `[docs]` Updated `.toHaveBeenCalled()` documentation to correctly reflect its functionality ([#14842](https://github.com/jestjs/jest/pull/14842))
120120
- `[docs]` Link NestJS documentation on testing with Jest ([#14940](https://github.com/jestjs/jest/pull/14940))
121121
- `[docs]` `Revised documentation for .toHaveBeenCalled()` to accurately depict its functionality. ([#14853](https://github.com/jestjs/jest/pull/14853))
122+
- `[docs]` Removed ExpressJS reference link from documentation due to dead link ([#15270](https://github.com/jestjs/jest/pull/15270))
122123

123124
## 29.7.0
124125

docs/TestingFrameworks.md

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

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

35-
## Express.js
36-
37-
- [How to test Express.js with Jest and Supertest](http://www.albertgao.xyz/2017/05/24/how-to-test-expressjs-with-jest-and-supertest/) by Albert Gao ([@albertgao](https://twitter.com/albertgao))
38-
3935
## GatsbyJS
4036

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

website/versioned_docs/version-29.4/TestingFrameworks.md

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

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

35-
## Express.js
36-
37-
- [How to test Express.js with Jest and Supertest](http://www.albertgao.xyz/2017/05/24/how-to-test-expressjs-with-jest-and-supertest/) by Albert Gao ([@albertgao](https://twitter.com/albertgao))
38-
3935
## GatsbyJS
4036

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

website/versioned_docs/version-29.5/TestingFrameworks.md

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

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

35-
## Express.js
36-
37-
- [How to test Express.js with Jest and Supertest](http://www.albertgao.xyz/2017/05/24/how-to-test-expressjs-with-jest-and-supertest/) by Albert Gao ([@albertgao](https://twitter.com/albertgao))
38-
3935
## GatsbyJS
4036

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

website/versioned_docs/version-29.6/TestingFrameworks.md

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

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

35-
## Express.js
36-
37-
- [How to test Express.js with Jest and Supertest](http://www.albertgao.xyz/2017/05/24/how-to-test-expressjs-with-jest-and-supertest/) by Albert Gao ([@albertgao](https://twitter.com/albertgao))
38-
3935
## GatsbyJS
4036

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

website/versioned_docs/version-29.7/TestingFrameworks.md

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

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

35-
## Express.js
36-
37-
- [How to test Express.js with Jest and Supertest](http://www.albertgao.xyz/2017/05/24/how-to-test-expressjs-with-jest-and-supertest/) by Albert Gao ([@albertgao](https://twitter.com/albertgao))
38-
3935
## GatsbyJS
4036

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

0 commit comments

Comments
 (0)