test: add missing fields

This commit is contained in:
Mauricio Siu
2024-12-07 14:01:48 -06:00
parent 1c1e52f777
commit f4bd729f65
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ if (typeof window === "undefined") {
const baseApp: ApplicationNested = {
applicationId: "",
herokuVersion: "",
applicationStatus: "done",
appName: "",
autoDeploy: true,

View File

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