Skip to content

Commit

Permalink
docs: add Next.js article to "Testing Frameworks" (#12608)
Browse files Browse the repository at this point in the history
  • Loading branch information
msonnberger committed Mar 30, 2022
1 parent b9af518 commit 80cf800
Show file tree
Hide file tree
Showing 8 changed files with 32 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 @@ -43,3 +43,7 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
## Hapi.js

- [Testing Hapi.js With Jest](https://github.com/sivasankars/testing-hapi.js-with-jest) by Niralar

## Next.js

- [Jest and React Testing Library](https://nextjs.org/docs/testing#jest-and-react-testing-library) by Next.js docs
4 changes: 4 additions & 0 deletions website/versioned_docs/version-25.x/TestingFrameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
## Hapi.js

- [Testing Hapi.js With Jest](https://github.com/sivasankars/testing-hapi.js-with-jest) by Niralar

## Next.js

- [Jest and React Testing Library](https://nextjs.org/docs/testing#jest-and-react-testing-library) by Next.js docs
4 changes: 4 additions & 0 deletions website/versioned_docs/version-26.x/TestingFrameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
## Hapi.js

- [Testing Hapi.js With Jest](https://github.com/sivasankars/testing-hapi.js-with-jest) by Niralar

## Next.js

- [Jest and React Testing Library](https://nextjs.org/docs/testing#jest-and-react-testing-library) by Next.js docs
4 changes: 4 additions & 0 deletions website/versioned_docs/version-27.0/TestingFrameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
## Hapi.js

- [Testing Hapi.js With Jest](https://github.com/sivasankars/testing-hapi.js-with-jest) by Niralar

## Next.js

- [Jest and React Testing Library](https://nextjs.org/docs/testing#jest-and-react-testing-library) by Next.js docs
4 changes: 4 additions & 0 deletions website/versioned_docs/version-27.1/TestingFrameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
## Hapi.js

- [Testing Hapi.js With Jest](https://github.com/sivasankars/testing-hapi.js-with-jest) by Niralar

## Next.js

- [Jest and React Testing Library](https://nextjs.org/docs/testing#jest-and-react-testing-library) by Next.js docs
4 changes: 4 additions & 0 deletions website/versioned_docs/version-27.2/TestingFrameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
## Hapi.js

- [Testing Hapi.js With Jest](https://github.com/sivasankars/testing-hapi.js-with-jest) by Niralar

## Next.js

- [Jest and React Testing Library](https://nextjs.org/docs/testing#jest-and-react-testing-library) by Next.js docs
4 changes: 4 additions & 0 deletions website/versioned_docs/version-27.4/TestingFrameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
## Hapi.js

- [Testing Hapi.js With Jest](https://github.com/sivasankars/testing-hapi.js-with-jest) by Niralar

## Next.js

- [Jest and React Testing Library](https://nextjs.org/docs/testing#jest-and-react-testing-library) by Next.js docs
4 changes: 4 additions & 0 deletions website/versioned_docs/version-27.5/TestingFrameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
## Hapi.js

- [Testing Hapi.js With Jest](https://github.com/sivasankars/testing-hapi.js-with-jest) by Niralar

## Next.js

- [Jest and React Testing Library](https://nextjs.org/docs/testing#jest-and-react-testing-library) by Next.js docs

0 comments on commit 80cf800

Please sign in to comment.