Skip to content

Commit

Permalink
Refactor and add unit tests
Browse files Browse the repository at this point in the history
Add more unit tests for functions in videostream.js
  • Loading branch information
ddd999 authored and ddd999 committed Oct 19, 2024
1 parent decb65e commit 8c8ad8e
Show file tree
Hide file tree
Showing 4 changed files with 648 additions and 151 deletions.
181 changes: 180 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@
"npm-run-all": "^4.1.5",
"pino-colada": "^2.2.2",
"pino-http": "^10.3.0",
"should": "^13.2.3"
"should": "^13.2.3",
"sinon": "^19.0.2",
"sinon-chai": "^3.7.0"
},
"nyc": {
"all": true,
Expand Down
Loading

0 comments on commit 8c8ad8e

Please sign in to comment.