test(calendar.test.js):Set environment variable for the test directory
This commit is contained in:
parent
5cfd0955f1
commit
b7a419f9cb
|
@ -4,6 +4,7 @@ import fs from 'fs';
|
|||
import path from 'path';
|
||||
import app from './server';
|
||||
|
||||
const TEST_MERGED_CALENDARS_DIR = path.join(__dirname, 'temp_test_calendar');
|
||||
const MERGED_CALENDARS_DIR = 'calendar';
|
||||
const TEST_CALENDARS_DIR = 'test_calendars';
|
||||
let server;
|
||||
|
|
Loading…
Reference in New Issue