forked from ryanmwangi/CalMerger
run the tests in seperate directory
This commit is contained in:
parent
3d5f2157a2
commit
11c60cdf38
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in New Issue