From 310a71459d1c33bf041ecca0fb5db118eb4b6233 Mon Sep 17 00:00:00 2001 From: Ryan Mwangi Date: Tue, 29 Oct 2024 21:24:44 +0300 Subject: [PATCH] import request and express --- calendar.test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calendar.test.js b/calendar.test.js index e69de29..153b721 100644 --- a/calendar.test.js +++ b/calendar.test.js @@ -0,0 +1,2 @@ +import request from 'supertest'; +import express from 'express'; \ No newline at end of file