Skip to content

Commit

Permalink
docs: added 2 jest applications
Browse files Browse the repository at this point in the history
  • Loading branch information
Beraliv committed Dec 14, 2024
1 parent d38d298 commit 5a5621f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/utils/map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,11 @@ export const map: Record<InputType, Record<InputType, MapConfig>> = {
`,
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",
Expand Down Expand Up @@ -719,6 +724,12 @@ export const map: Record<InputType, Record<InputType, MapConfig>> = {
`,
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",
Expand Down

0 comments on commit 5a5621f

Please sign in to comment.