diff --git a/calendar.test.js b/calendar.test.js index 568244d..46bb723 100644 --- a/calendar.test.js +++ b/calendar.test.js @@ -19,7 +19,8 @@ describe('Calendar Merging API', () => { fs.mkdirSync(MERGED_CALENDARS_DIR); } }); - afterAll(() => { + + afterAll( async () => { // Clean up the merged calendars directory after tests fs.rmdirSync(MERGED_CALENDARS_DIR, { recursive: true }); });