1
0
Fork 0

Start the server before running the tests and ensure it listens on an available port.

This commit is contained in:
Ryan Mwangi 2024-10-30 13:58:05 +03:00
parent dcf5c7a4a8
commit c652dbaeb9
1 changed files with 1 additions and 0 deletions

View File

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