mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-20 20:49:20 +00:00
Fix tests and lint
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user