feat: add folder on export and handle steps on import (#352)

This commit is contained in:
Matheus Santana
2025-11-29 03:00:43 -03:00
committed by GitHub
parent 92d6340ddc
commit a2fea7a127
5 changed files with 126 additions and 61 deletions

View File

@@ -38,6 +38,7 @@ vi.mock('../../middleware/verifyVisible.js', () => ({
const mockCase = {
findAll: vi.fn(),
belongsToMany: vi.fn(),
belongsTo: vi.fn(),
};
vi.mock('../../models/cases.js', () => ({
default: () => mockCase,