From 5a5621f31a72ec0420615cf9eafafe7ee7e783c6 Mon Sep 17 00:00:00 2001 From: Alexey Berezin Date: Sat, 14 Dec 2024 20:53:13 +0000 Subject: [PATCH] docs: added 2 jest applications --- src/utils/map.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/utils/map.tsx b/src/utils/map.tsx index c1111fc..451e4b6 100644 --- a/src/utils/map.tsx +++ b/src/utils/map.tsx @@ -557,6 +557,11 @@ export const map: Record> = { `, playgroundUrl: "https://tsplay.dev/W4Dq7W", applications: [ + { + text: "jest MockedObject", + href: "https://github.com/jestjs/jest/blob/c5a00aa33a15e040730422af107025e2f23786b6/packages/jest-mock/src/index.ts#L61-L69", + githubStars: 44_300, + }, { text: "zod Objects.partial()", href: "https://github.com/colinhacks/zod/blob/4e219d6ad9d5e56e20afd7423092f506400a29e4/src/types.ts#L2946-L2950", @@ -719,6 +724,12 @@ export const map: Record> = { `, playgroundUrl: "https://tsplay.dev/mA6eRW", applications: [ + { + // MockFunctionState > results + text: "jest MockFunctionState", + href: "https://github.com/jestjs/jest/blob/c5a00aa33a15e040730422af107025e2f23786b6/packages/jest-mock/src/index.ts#L233", + githubStars: 44_300, + }, { text: "zod ZodStringDef", href: "https://github.com/colinhacks/zod/blob/4e219d6ad9d5e56e20afd7423092f506400a29e4/src/types.ts#L631",