From 2f175f0e4416e88d8de72b68bde808d722227aa4 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:18:48 -0600 Subject: [PATCH] refactor: add missing types --- apps/dokploy/__test__/drop/drop.test.test.ts | 8 ++++++++ apps/dokploy/__test__/traefik/traefik.test.ts | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/apps/dokploy/__test__/drop/drop.test.test.ts b/apps/dokploy/__test__/drop/drop.test.test.ts index c906c1444..3cfef1170 100644 --- a/apps/dokploy/__test__/drop/drop.test.test.ts +++ b/apps/dokploy/__test__/drop/drop.test.test.ts @@ -32,6 +32,14 @@ const baseApp: ApplicationNested = { serverId: "", branch: null, dockerBuildStage: "", + project: { + env: "", + adminId: "", + name: "", + description: "", + createdAt: "", + projectId: "", + }, buildArgs: null, buildPath: "/", gitlabPathNamespace: "", diff --git a/apps/dokploy/__test__/traefik/traefik.test.ts b/apps/dokploy/__test__/traefik/traefik.test.ts index 637d12ff9..aa0749fe7 100644 --- a/apps/dokploy/__test__/traefik/traefik.test.ts +++ b/apps/dokploy/__test__/traefik/traefik.test.ts @@ -13,6 +13,14 @@ const baseApp: ApplicationNested = { branch: null, dockerBuildStage: "", buildArgs: null, + project: { + env: "", + adminId: "", + name: "", + description: "", + createdAt: "", + projectId: "", + }, buildPath: "/", gitlabPathNamespace: "", buildType: "nixpacks",