Skip to content

Commit

Permalink
Link to NestJS docs on testing with Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Mar 5, 2024
1 parent 442c7f6 commit 4546d9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-29.7/TestingFrameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
## Next.js

- [Jest and React Testing Library](https://nextjs.org/docs/pages/building-your-application/testing/jest) by Next.js docs

## NestJS

- [Jest and NestJS dependencies](https://docs.nestjs.com/fundamentals/testing#unit-testing) by NestJS docs

0 comments on commit 4546d9b

Please sign in to comment.