define TEST_CALENDAR_DIR in calendar.test.js

This commit is contained in:
Ryan Mwangi 2024-11-04 13:10:43 +03:00
parent b810b35673
commit d2c42836b9
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import path from 'path';
import app from './server';
const MERGED_CALENDARS_DIR = 'calendar';
const TEST_CALENDARS_DIR = 'test_calendars';
let server;
describe('Calendar Merging API', () => {