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