forked from ryanmwangi/CalMerger
create async function for the tests
This commit is contained in:
parent
6416685de8
commit
b5a692b47c
1 changed files with 4 additions and 0 deletions
|
@ -18,4 +18,8 @@ describe('Calendar Merging API', () => {
|
||||||
fs.rmdirSync(MERGED_CALENDARS_DIR, { recursive: true });
|
fs.rmdirSync(MERGED_CALENDARS_DIR, { recursive: true });
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('Merge date-based calendar', async () => {
|
||||||
|
|
||||||
|
})
|
||||||
|
|
||||||
});
|
});
|
Loading…
Add table
Reference in a new issue