mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(templates): update import paths in template test file
- Adjust import statements to reflect new template processing module locations - Maintain consistent import structure for template-related utilities - Ensure test file compatibility with recent template processing refactoring
This commit is contained in:
parent
d4a98eb85e
commit
cd8b6145f6
@ -1,7 +1,7 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import type { CompleteTemplate } from "@dokploy/server/templates/utils/processors";
|
||||
import { processTemplate } from "@dokploy/server/templates/utils/processors";
|
||||
import type { Schema } from "@dokploy/server/templates/utils";
|
||||
import type { CompleteTemplate } from "@dokploy/server/templates/processors";
|
||||
import { processTemplate } from "@dokploy/server/templates/processors";
|
||||
import type { Schema } from "@dokploy/server/templates";
|
||||
|
||||
describe("processTemplate", () => {
|
||||
// Mock schema for testing
|
||||
|
Loading…
Reference in New Issue
Block a user