CalMerger/directory_tree.txt
Ryan Mwangi 6c9fb1139f fix(tests): ensure calendar file path is correct
- Updated file path in merge date-based calendar test to point to the 'calendar' directory within TEST_MERGED_CALENDARS_DIR.
2024-11-07 03:44:11 +03:00

38 lines
711 B
Text

.
./.babelrc
./.git
./.git/COMMIT_EDITMSG
./.git/config
./.git/description
./.git/FETCH_HEAD
./.git/HEAD
./.git/hooks
./.git/index
./.git/info
./.git/logs
./.git/objects
./.git/ORIG_HEAD
./.git/refs
./.gitignore
./calendar
./calendar.test.js
./directory_tree.txt
./index.html
./jest.config.cjs
./node_modules
./package-lock.json
./package.json
./README.md
./script.js
./server.js
./styles.css
./temp_test_calendar
./temp_test_calendar/Date_Based_Calendar.json
./temp_test_calendar/No_Prefix_Calendar.ics
./temp_test_calendar/No_Prefix_Calendar.json
./temp_test_calendar/Override_Calendar.json
./temp_test_calendar/Time_Based_Calendar.json
./tests
./tests/expected_outputs
./tests/test_calendars
./__snapshots__