forked from ryanmwangi/CalMerger
define TEST_CALENDAR_DIR in calendar.test.js
This commit is contained in:
parent
b810b35673
commit
d2c42836b9
|
@ -5,6 +5,7 @@ import path from 'path';
|
||||||
import app from './server';
|
import app from './server';
|
||||||
|
|
||||||
const MERGED_CALENDARS_DIR = 'calendar';
|
const MERGED_CALENDARS_DIR = 'calendar';
|
||||||
|
const TEST_CALENDARS_DIR = 'test_calendars';
|
||||||
let server;
|
let server;
|
||||||
|
|
||||||
describe('Calendar Merging API', () => {
|
describe('Calendar Merging API', () => {
|
||||||
|
|
Loading…
Reference in New Issue