add logging to ensure file creation logic is working
This commit is contained in:
parent
3d62557fa3
commit
88ab9c53a1
|
@ -52,7 +52,7 @@ describe('Calendar Merging API', () => {
|
||||||
|
|
||||||
test('Merge time-based calendar', async () => {
|
test('Merge time-based calendar', async () => {
|
||||||
const response = await request(server)
|
const response = await request(server)
|
||||||
.post('/merge')
|
.post('/merge')
|
||||||
.send({
|
.send({
|
||||||
linkGroupName: 'Time Based Calendar',
|
linkGroupName: 'Time Based Calendar',
|
||||||
calendars: [
|
calendars: [
|
||||||
|
|
Loading…
Reference in New Issue