diff --git a/calendar.test.js b/calendar.test.js index 507b654..19f2978 100644 --- a/calendar.test.js +++ b/calendar.test.js @@ -18,4 +18,8 @@ describe('Calendar Merging API', () => { fs.rmdirSync(MERGED_CALENDARS_DIR, { recursive: true }); }); + test('Merge date-based calendar', async () => { + + }) + }); \ No newline at end of file