1
0
Fork 0

run the tests in seperate directory

This commit is contained in:
Ryan Mwangi 2024-10-30 14:05:17 +03:00
parent 3d5f2157a2
commit 11c60cdf38
1 changed files with 1 additions and 1 deletions

View File

@ -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', () => {