Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/builde7b0b/auto-yt
https://github.com/builde7b0b/auto-yt
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/builde7b0b/auto-yt
- Owner: builde7b0b
- Created: 2023-05-30T20:17:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-27T11:50:14.000Z (8 months ago)
- Last Synced: 2024-11-23T13:15:40.107Z (3 months ago)
- Size: 30 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UNIT TESTING
Using Jest and Supertest
Coverage:
1. OAuth URL Generation
2. OAuth callback handling
3. upload status endpoint
4. video upload functionalityPre-requisites:
`$ npm install --save-dev jest supertest`Check package.json for correct line in scripts
Run Test: server.test.js
`$ npm test`