Update dependency typescript to v5.8.2 (#29417)
* Update dependency typescript to v5.8.2 * Fix types Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -263,6 +263,7 @@ describe("<SessionManagerTab />", () => {
|
||||
});
|
||||
|
||||
afterAll(() => {
|
||||
// @ts-expect-error
|
||||
window.location = realWindowLocation;
|
||||
});
|
||||
|
||||
|
||||
@@ -65,6 +65,7 @@ describe("OIDC authorization", () => {
|
||||
});
|
||||
|
||||
afterAll(() => {
|
||||
// @ts-expect-error
|
||||
window.location = realWindowLocation;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user