project_test.mjs: Tests project creation, deletion and get
video_test.mjs: Tests video upload failure (empty video upload) and success cases
Added necessary libraries (Supertest) to package.json and created a test-videos directory within the test directory, which currently contains one video.
project_test.mjs: Tests project creation, deletion and get video_test.mjs: Tests video upload failure (empty video upload) and success cases
Added necessary libraries (Supertest) to package.json and created a test-videos directory within the test directory, which currently contains one video.
All tests pass.