Fix lint and tests

This commit is contained in:
Karl Ludwig Weise
2026-09-01 10:05:02 +02:00
parent cd66614aea
commit 0be0b75cbf
3 changed files with 13 additions and 0 deletions
@@ -114,6 +114,7 @@ describe("Email System", () => {
logo: null,
links: { website: "", imprint: "", privacyStatement: "" },
domain: "tenant.example.com",
features: [],
databaseUrl: "postgresql://test",
setupState: "STAFF" as const,
createdAt: new Date(),
@@ -148,6 +149,7 @@ describe("Email System", () => {
logo: null,
links: { website: "", imprint: "", privacyStatement: "" },
domain: "tenant.example.com",
features: [],
databaseUrl: "postgresql://test",
setupState: "STAFF" as const,
createdAt: new Date(),
@@ -182,6 +184,7 @@ describe("Email System", () => {
logo: null,
links: { website: "", imprint: "", privacyStatement: "" },
domain: "tenant.example.com",
features: [],
databaseUrl: "postgresql://test",
setupState: "STAFF" as const,
createdAt: new Date(),
@@ -216,6 +219,7 @@ describe("Email System", () => {
logo: null,
links: { website: "", imprint: "", privacyStatement: "" },
domain: "tenant.example.com",
features: [],
databaseUrl: "postgresql://test",
setupState: "STAFF" as const,
createdAt: new Date(),
@@ -275,6 +279,7 @@ describe("Email System", () => {
logo: null,
links: { website: "", imprint: "", privacyStatement: "" },
domain: "tenant.example.com",
features: [],
databaseUrl: "postgresql://test",
setupState: "STAFF" as const,
createdAt: new Date(),
@@ -342,6 +347,7 @@ describe("Email System", () => {
logo: null,
links: { website: "", imprint: "", privacyStatement: "" },
domain: "tenant.example.com",
features: [],
databaseUrl: "postgresql://test",
setupState: "STAFF" as const,
createdAt: new Date(),
@@ -385,6 +391,7 @@ describe("Email System", () => {
logo: null,
links: { website: "", imprint: "", privacyStatement: "" },
domain: "tenant.example.com",
features: [],
databaseUrl: "postgresql://test",
setupState: "STAFF" as const,
createdAt: new Date(),
@@ -422,6 +429,7 @@ describe("Email System", () => {
logo: null,
links: { website: "", imprint: "", privacyStatement: "" },
domain: "tenant.example.com",
features: [],
databaseUrl: "postgresql://test",
setupState: "STAFF" as const,
createdAt: new Date(),
@@ -459,6 +467,7 @@ describe("Email System", () => {
logo: null,
links: { website: "", imprint: "", privacyStatement: "" },
domain: "tenant.example.com",
features: [],
databaseUrl: "postgresql://test",
setupState: "STAFF" as const,
createdAt: new Date(),
@@ -504,6 +513,7 @@ describe("Email System", () => {
logo: null,
links: { website: "", imprint: "", privacyStatement: "" },
domain: "tenant.example.com",
features: [],
databaseUrl: "postgresql://test",
setupState: "STAFF" as const,
createdAt: new Date(),
@@ -540,6 +550,7 @@ describe("Email System", () => {
logo: null,
links: { website: "", imprint: "", privacyStatement: "" },
domain: "tenant.example.com",
features: [],
databaseUrl: "postgresql://test",
setupState: "STAFF" as const,
createdAt: new Date(),
@@ -93,6 +93,7 @@ describe("TenantAdminService", () => {
description: "A test clinic",
links: { website: "", imprint: "", privacyStatement: "" },
domain: "tenant.example.com",
features: [],
};
const mockCreatedTenant = {
+1
View File
@@ -72,6 +72,7 @@ function createSystemTenant(): SelectTenant {
logo: null,
links: { website: "", imprint: "", privacyStatement: "" },
domain: "tenant.example.com",
features: [],
databaseUrl: "",
setupState: "SETTINGS",
createdAt: new Date(),