mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-15 02:45:23 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -26,7 +26,9 @@ vi.mock("@dokploy/server/db", () => {
|
||||
return {
|
||||
db: {
|
||||
select: vi.fn(() => chain),
|
||||
insert: vi.fn(() => ({ values: () => ({ returning: () => Promise.resolve([{}]) }) })),
|
||||
insert: vi.fn(() => ({
|
||||
values: () => ({ returning: () => Promise.resolve([{}]) }),
|
||||
})),
|
||||
update: vi.fn(() => chain),
|
||||
delete: vi.fn(() => chain),
|
||||
query: new Proxy({} as Record<string, typeof tableMock>, {
|
||||
|
||||
Reference in New Issue
Block a user