1
0
Fork 0
Commit Graph

41 Commits

Author SHA1 Message Date
Ryan Mwangi b7a419f9cb test(calendar.test.js):Set environment variable for the test directory 2024-11-04 21:20:33 +03:00
xeruf d113975ef1 Formatting adjustment in tests 2024-11-04 16:35:10 +01:00
Ryan Mwangi f67594e072 update other offline calendar for time based events 2024-11-04 15:35:14 +03:00
Ryan Mwangi 3f3766138e update test calendars for calendars with the overide checked 2024-11-04 13:33:35 +03:00
Ryan Mwangi 910ffddddd update test calendars for calendars without a prefix 2024-11-04 13:32:10 +03:00
Ryan Mwangi 4142728d19 update test calendars for time based calendar 2024-11-04 13:30:08 +03:00
Ryan Mwangi 7f15fed11f add offline test calendars for time based calendar tests 2024-11-04 13:27:34 +03:00
Ryan Mwangi ba3c3c86ba edit syntax in Merge time-based calendar in calendar.test.js 2024-11-04 13:23:47 +03:00
Ryan Mwangi 8a0a5ce036 update test calendar for US_holidays in date based calendars 2024-11-04 13:21:25 +03:00
Ryan Mwangi 91f86c3f3e update test calendar for date based calendar 2024-11-04 13:20:05 +03:00
Ryan Mwangi 83ea893da0 load offline calender files 2024-11-04 13:12:44 +03:00
Ryan Mwangi d2c42836b9 define TEST_CALENDAR_DIR in calendar.test.js 2024-11-04 13:10:43 +03:00
Ryan Mwangi b810b35673 remove ical-generator import in calendar.test.js 2024-11-04 13:09:34 +03:00
Ryan Mwangi 6eb9d29d44 make tests to run on calendar directory 2024-10-31 15:46:44 +03:00
Ryan Mwangi c4e77ccc4d add calendar link to time based event test 2024-10-31 15:43:13 +03:00
Ryan Mwangi 5b24f1b016 add calendar link to date based event test 2024-10-31 15:41:08 +03:00
Ryan Mwangi 88ab9c53a1 add logging to ensure file creation logic is working 2024-10-31 15:24:02 +03:00
Ryan Mwangi 5608a73e3d remove directory with rmSync other than depricated rmdirSync 2024-10-30 15:46:20 +03:00
Ryan Mwangi 3d82d61661 fix syntax error 2024-10-30 15:00:20 +03:00
Ryan Mwangi adb29222ca stop the server after test 2024-10-30 14:56:38 +03:00
Ryan Mwangi ab02271245 check if the merged calendars directory exists befor cleaning it up after tests 2024-10-30 14:55:41 +03:00
Ryan Mwangi a61ae491fa test listen on available port 2024-10-30 14:54:19 +03:00
Ryan Mwangi bed191c7b7 declare server variable 2024-10-30 14:23:44 +03:00
Ryan Mwangi 11c60cdf38 run the tests in seperate directory 2024-10-30 14:05:17 +03:00
Ryan Mwangi 3d5f2157a2 make arrow function async 2024-10-30 14:03:00 +03:00
Ryan Mwangi ed8e3d214c create jest config file 2024-10-30 14:00:02 +03:00
Ryan Mwangi c652dbaeb9 Start the server before running the tests and ensure it listens on an available port. 2024-10-30 13:58:05 +03:00
Ryan Mwangi e02f797b46 import app from server.js 2024-10-29 21:51:24 +03:00
Ryan Mwangi 3920fe5064 set up test for calendars with the overide checked 2024-10-29 21:46:40 +03:00
Ryan Mwangi f2888808ec set up test for calendars with a prefix 2024-10-29 21:45:09 +03:00
Ryan Mwangi 45c2143a9b set up test for time based events 2024-10-29 21:43:11 +03:00
Ryan Mwangi 4311619f64 Check if the file was created 2024-10-29 21:40:57 +03:00
Ryan Mwangi 8650d91edb set up response status 2024-10-29 21:35:41 +03:00
Ryan Mwangi 728c73b23d set up test for date based calendar 2024-10-29 21:34:45 +03:00
Ryan Mwangi b5a692b47c create async function for the tests 2024-10-29 21:33:03 +03:00
Ryan Mwangi 6416685de8 Clean up the merged calendars directory after tests 2024-10-29 21:32:00 +03:00
Ryan Mwangi 22f0a05bce Ensure the merged calendars directory exists 2024-10-29 21:29:24 +03:00
Ryan Mwangi 3ddd563eac define MERGED_CALENDARS_DIR 2024-10-29 21:27:29 +03:00
Ryan Mwangi b810f7c59d import request and express 2024-10-29 21:26:17 +03:00
Ryan Mwangi 310a71459d import request and express 2024-10-29 21:24:44 +03:00
Ryan Mwangi fde1a78627 create calendar.test.js for automated tests 2024-10-29 21:23:40 +03:00