Skip to content

Commit 57c9329

Browse files
committed
Update changelog about NestJS docs link
1 parent 4546d9b commit 57c9329

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
- `[jest-util]` Upgrade `picomatch` to v4 ([#14653](https://github.com/jestjs/jest/pull/14653) & [#14885](https://github.com/jestjs/jest/pull/14885))
8181
- `[docs] Append to NODE_OPTIONS, not overwrite ([#14730](https://github.com/jestjs/jest/pull/14730))`
8282
- `[docs]` Updated `.toHaveBeenCalled()` documentation to correctly reflect its functionality ([#14842](https://github.com/jestjs/jest/pull/14842))
83+
- `[docs]` Link NestJS documentation on testing with Jest ([#14940](https://github.com/jestjs/jest/pull/14940))
8384

8485
## 29.7.0
8586

docs/TestingFrameworks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
4747
## Next.js
4848

4949
- [Jest and React Testing Library](https://nextjs.org/docs/pages/building-your-application/testing/jest) by Next.js docs
50+
51+
## NestJS
52+
53+
- [Jest and NestJS dependencies](https://docs.nestjs.com/fundamentals/testing#unit-testing) by NestJS docs

website/versioned_docs/version-29.4/TestingFrameworks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
4747
## Next.js
4848

4949
- [Jest and React Testing Library](https://nextjs.org/docs/pages/building-your-application/testing/jest) by Next.js docs
50+
51+
## NestJS
52+
53+
- [Jest and NestJS dependencies](https://docs.nestjs.com/fundamentals/testing#unit-testing) by NestJS docs

website/versioned_docs/version-29.5/TestingFrameworks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
4747
## Next.js
4848

4949
- [Jest and React Testing Library](https://nextjs.org/docs/pages/building-your-application/testing/jest) by Next.js docs
50+
51+
## NestJS
52+
53+
- [Jest and NestJS dependencies](https://docs.nestjs.com/fundamentals/testing#unit-testing) by NestJS docs

website/versioned_docs/version-29.6/TestingFrameworks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ Jest is a universal testing platform, with the ability to adapt to any JavaScrip
4747
## Next.js
4848

4949
- [Jest and React Testing Library](https://nextjs.org/docs/pages/building-your-application/testing/jest) by Next.js docs
50+
51+
## NestJS
52+
53+
- [Jest and NestJS dependencies](https://docs.nestjs.com/fundamentals/testing#unit-testing) by NestJS docs

0 commit comments

Comments
 (0)