diff --git a/calendar.test.js b/calendar.test.js index 4732e6e..1e4b4dd 100644 --- a/calendar.test.js +++ b/calendar.test.js @@ -4,6 +4,7 @@ import fs from 'fs'; import path from 'path'; import app from './server'; +const TEST_MERGED_CALENDARS_DIR = path.join(__dirname, 'temp_test_calendar'); const MERGED_CALENDARS_DIR = 'calendar'; const TEST_CALENDARS_DIR = 'test_calendars'; let server;