Skip to content

Commit

Permalink
Link to Gatsby testing docs (#8363)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrw authored and SimenB committed Apr 23, 2019
1 parent 20ba4be commit 96546d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/TestingFrameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ Although Jest may be considered a React-specific test runner, in fact it is a un
## Express.js

- [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))

## GatsbyJS

- [Unit Testing](https://www.gatsbyjs.org/docs/unit-testing/) by GatsbyJS docs
4 changes: 4 additions & 0 deletions website/versioned_docs/version-22.x/TestingFrameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ Although Jest may be considered a React-specific test runner, in fact it is a un
## Redux

- [Writing Tests](http://redux.js.org/docs/recipes/WritingTests.html) by Redux docs

## GatsbyJS

- [Unit Testing](https://www.gatsbyjs.org/docs/unit-testing/) by GatsbyJS docs
4 changes: 4 additions & 0 deletions website/versioned_docs/version-23.x/TestingFrameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ Although Jest may be considered a React-specific test runner, in fact it is a un
## Express.js

- [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))

## GatsbyJS

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

0 comments on commit 96546d7

Please sign in to comment.