From b810b3567363372f8c746c54fe6367c51f11bfbd Mon Sep 17 00:00:00 2001 From: Ryan Mwangi Date: Mon, 4 Nov 2024 13:09:34 +0300 Subject: [PATCH] remove ical-generator import in calendar.test.js --- calendar.test.js | 1 - 1 file changed, 1 deletion(-) 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';