Added back in compose alert block

This commit is contained in:
Jason Parks
2025-03-27 13:26:24 -06:00
parent 84afcf0de5
commit 5927c7c3c5
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import type { Schema } from "@dokploy/server/templates";
import { describe, expect, it } from "vitest";
import type { CompleteTemplate } from "@dokploy/server/templates/processors";
import { processTemplate } from "@dokploy/server/templates/processors";
import { describe, expect, it } from "vitest";
import type { Schema } from "@dokploy/server/templates";
describe("processTemplate", () => {
// Mock schema for testing