Skip to content

Commit

Permalink
Update changelog about NestJS docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Mar 9, 2024
1 parent 4546d9b commit 57c9329
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
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

0 comments on commit 57c9329

Please sign in to comment.