Skip to content

Commit

Permalink
test(middleware-code-coverage): add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Sep 11, 2023
1 parent 839e1db commit fde88d8
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 1 deletion.
123 changes: 123 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion packages/middleware-code-coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"get-port": "^7.0.0",
"nyc": "^15.1.0",
"sinon": "^15.2.0",
"supertest": "^6.3.3"
"supertest": "^6.3.3",
"execa": "^8.0.1"
},
"scripts": {
"lint": "eslint ./",
Expand Down

0 comments on commit fde88d8

Please sign in to comment.