Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/21.0' into feat/add_clientId_sec…
Browse files Browse the repository at this point in the history
…ret_and_refreshTokenRotation_settings
  • Loading branch information
porcellus committed Oct 17, 2024
2 parents 53e4311 + 41ea347 commit 0c9c290
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/userContext.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,12 @@ describe(`userContext: ${printPath("[test/userContext.test.js]")}`, function ()
{
fileName: "lib/ts/nextjs.ts",
shouldNotContain: ["userContext: Record<String, any>", "userContext?: UserContext"],
canContain: [{ text: "userContext?: Record<String, any>", count: 2 }],
canContain: [{ text: "userContext?: Record<String, any>", count: 1 }],
},
{
fileName: "lib/ts/customFramework.ts",
shouldNotContain: ["userContext: Record<String, any>", "userContext?: UserContext"],
canContain: [{ text: "userContext?: Record<String, any>", count: 1 }],
},
];

Expand Down

0 comments on commit 0c9c290

Please sign in to comment.