feat(tests): add cleanCache property to baseApp in drop and traefik test files

This commit is contained in:
Mauricio Siu 2025-03-16 18:57:41 -06:00
parent b8e06feaff
commit 6d350a23a9
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ if (typeof window === "undefined") {
const baseApp: ApplicationNested = { const baseApp: ApplicationNested = {
applicationId: "", applicationId: "",
herokuVersion: "", herokuVersion: "",
cleanCache: false,
watchPaths: [], watchPaths: [],
applicationStatus: "done", applicationStatus: "done",
appName: "", appName: "",

View File

@ -7,6 +7,7 @@ import { expect, test } from "vitest";
const baseApp: ApplicationNested = { const baseApp: ApplicationNested = {
applicationId: "", applicationId: "",
herokuVersion: "", herokuVersion: "",
cleanCache: false,
applicationStatus: "done", applicationStatus: "done",
appName: "", appName: "",
autoDeploy: true, autoDeploy: true,