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 = {
applicationId: "",
herokuVersion: "",
cleanCache: false,
watchPaths: [],
applicationStatus: "done",
appName: "",

View File

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