mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
test(templates): remove console log in template processing test
- Remove unnecessary console.log statement in config template test - Maintain clean test code without debugging output - Ensure test readability and performance
This commit is contained in:
parent
d42a859679
commit
b3b9b1956c
@ -367,7 +367,6 @@ describe("processTemplate", () => {
|
||||
};
|
||||
|
||||
const result = processTemplate(template, mockSchema);
|
||||
console.log(result);
|
||||
expect(result.envs).toHaveLength(3);
|
||||
expect(result.domains).toHaveLength(1);
|
||||
expect(result.mounts).toHaveLength(1);
|
||||
|
Loading…
Reference in New Issue
Block a user