feat: importer starting point

This commit is contained in:
2026-02-13 13:07:44 +01:00
parent deb0f3ae3b
commit d88fb1d9fa
19 changed files with 2666 additions and 10 deletions

View File

@@ -106,6 +106,11 @@ Object.defineProperty(globalThis, 'window', {
cancel: vi.fn(),
clearCompleted: vi.fn(),
},
import: {
selectAndAnalyze: vi.fn(),
analyzeFile: vi.fn(),
selectUploadsFolder: vi.fn(),
},
on: vi.fn(() => () => {}),
},
},