Skip to content

Commit 403ae6e

Browse files
committed
feat: Add additional mock data for UploadModal in UploadPage tests
1 parent d983e0b commit 403ae6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/src/pages/Upload/__tests__/UploadPage.test.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ vi.mock('common/components/Upload/UploadModal', () => {
5757
labValues: [],
5858
summary: 'Test report summary',
5959
filePath: '/reports/test-report.pdf',
60+
originalFilename: 'test-report.pdf',
61+
fileSize: 1024,
62+
confidence: 0.95,
6063
updatedAt: '2023-01-01',
6164
};
6265

0 commit comments

Comments
 (0)