From 11c60cdf38150d3448d06f697a87ec460d14051a Mon Sep 17 00:00:00 2001 From: Ryan Mwangi Date: Wed, 30 Oct 2024 14:05:17 +0300 Subject: [PATCH] run the tests in seperate directory --- calendar.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar.test.js b/calendar.test.js index 46bb723..68bcfc5 100644 --- a/calendar.test.js +++ b/calendar.test.js @@ -5,7 +5,7 @@ import fs from 'fs'; import path from 'path'; import app from './server'; -const MERGED_CALENDARS_DIR = 'calendar'; +const MERGED_CALENDARS_DIR = 'testCalendars'; let server; describe('Calendar Merging API', () => {