1
0
Fork 0

remove ical-generator import in calendar.test.js

This commit is contained in:
Ryan Mwangi 2024-11-04 13:09:34 +03:00
parent e73c8f574a
commit b810b35673
1 changed files with 0 additions and 1 deletions

View File

@ -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';