diff --git a/tests/unit/ImportService.test.ts b/tests/unit/ImportService.test.ts index f401669..ebde396 100644 --- a/tests/unit/ImportService.test.ts +++ b/tests/unit/ImportService.test.ts @@ -34,6 +34,12 @@ function buildExportNote(overrides: Partial = {}): ExportNote { aiGeneratedAt: '2026-04-25T14:23:34.000Z', userIntent: null, intentPromptedAt: null, + // v0.3.0 Cut E — frontmatter round-trip 5 필드 (Cut B status + Cut C dueDate). + status: 'active', + statusChangedAt: null, + moveReason: null, + dueDate: null, + dueDateEditedByUser: false, tags: [{ name: 'pr', source: 'ai' }], media: [], ...overrides