diff --git a/calendar.test.js b/calendar.test.js index d87c02f..a5b5130 100644 --- a/calendar.test.js +++ b/calendar.test.js @@ -1,6 +1,5 @@ import request from 'supertest'; import express from 'express'; -import icalGenerator from 'ical-generator'; import fs from 'fs'; import path from 'path'; import app from './server';