forked from ryanmwangi/CalMerger
make arrow function async
This commit is contained in:
parent
ed8e3d214c
commit
3d5f2157a2
|
@ -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 });
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue