From d2c42836b9a4c1640e546aee909ad866db993c07 Mon Sep 17 00:00:00 2001 From: Ryan Mwangi Date: Mon, 4 Nov 2024 13:10:43 +0300 Subject: [PATCH] define TEST_CALENDAR_DIR in calendar.test.js --- calendar.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/calendar.test.js b/calendar.test.js index a5b5130..d1c17ff 100644 --- a/calendar.test.js +++ b/calendar.test.js @@ -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', () => {