create async function for the tests

This commit is contained in:
Ryan Mwangi 2024-10-29 21:33:03 +03:00
parent 6416685de8
commit b5a692b47c

View file

@ -18,4 +18,8 @@ describe('Calendar Merging API', () => {
fs.rmdirSync(MERGED_CALENDARS_DIR, { recursive: true });
});
test('Merge date-based calendar', async () => {
})
});