mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-09-27 03:14:48 +02:00
Fix lint and tests
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -72,6 +72,7 @@ function createSystemTenant(): SelectTenant {
|
||||
logo: null,
|
||||
links: { website: "", imprint: "", privacyStatement: "" },
|
||||
domain: "tenant.example.com",
|
||||
features: [],
|
||||
databaseUrl: "",
|
||||
setupState: "SETTINGS",
|
||||
createdAt: new Date(),
|
||||
|
||||
Reference in New Issue
Block a user