Skip to content

Commit

Permalink
chore: add mocha for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
netoeymard committed Jul 27, 2023
1 parent cf9a135 commit 90dee67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"swagger:generate": "yarn swagger:copy-assets && yarn swagger:copy-json && yarn swagger:fix-url"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.374.0",
"@wppconnect-team/wppconnect": "^1.27.3",
"archiver": "^5.3.1",
"@aws-sdk/client-s3": "^3.374.0",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"buffer-to-stream": "1.0.0",
Expand Down Expand Up @@ -88,17 +88,18 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"license-check-and-add": "^4.0.5",
"mocha": "^10.2.0",
"mongoose": "^7.4.1",
"nodemon": "^3.0.1",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"prom-client": "^14.2.0",
"redis": "^4.6.7",
"release-it": "^16.1.3",
"rimraf": "^5.0.1",
"shx": "^0.3.4",
"swagger-ui-dist": "^5.1.3",
"ts-loader": "^9.4.4",
"prom-client": "^14.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"webpack-cli": "^5.1.4"
Expand Down

0 comments on commit 90dee67

Please sign in to comment.