Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to NestJS docs on testing with Jest #14940

Merged
merged 2 commits into from
Mar 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
- `[jest-util]` Upgrade `picomatch` to v4 ([#14653](https://github.com/jestjs/jest/pull/14653) & [#14885](https://github.com/jestjs/jest/pull/14885))
- `[docs] Append to NODE_OPTIONS, not overwrite ([#14730](https://github.com/jestjs/jest/pull/14730))`
- `[docs]` Updated `.toHaveBeenCalled()` documentation to correctly reflect its functionality ([#14842](https://github.com/jestjs/jest/pull/14842))
- `[docs]` Link NestJS documentation on testing with Jest ([#14940](https://github.com/jestjs/jest/pull/14940))

## 29.7.0

Expand Down
4 changes: 4 additions & 0 deletions docs/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
4 changes: 4 additions & 0 deletions website/versioned_docs/version-29.4/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
4 changes: 4 additions & 0 deletions website/versioned_docs/version-29.5/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
4 changes: 4 additions & 0 deletions website/versioned_docs/version-29.6/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
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
Loading