Fix tests and lint

This commit is contained in:
Johannes Marbach
2026-07-20 15:14:29 +02:00
parent a75eeaeda1
commit 3dbef7a552
4 changed files with 16 additions and 4 deletions

View File

@@ -125,9 +125,7 @@ describe("UrlParams", () => {
describe("enableClientWellKnownLookups", () => {
it("is undefined when not set (so the config value applies)", () => {
expect(
computeUrlParams().enableClientWellKnownLookups,
).toBeUndefined();
expect(computeUrlParams().enableClientWellKnownLookups).toBeUndefined();
});
it("is false when set to false", () => {