add unit test
This diff is collapsed.
| ... | @@ -17,11 +17,11 @@ | ... | @@ -17,11 +17,11 @@ |
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "start": "nodemon app.js", | "start": "nodemon app.js", | ||
| "test": "" | "test": "jest" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "async": "^3.1.0", | "async": "^3.1.0", | ||
| "axios": "^0.21.0", | "axios": "^0.21.1", | ||
| "bcryptjs": "^2.4.3", | "bcryptjs": "^2.4.3", | ||
| "body-parser": "^1.19.0", | "body-parser": "^1.19.0", | ||
| "compression": "^1.7.4", | "compression": "^1.7.4", | ||
| ... | @@ -36,13 +36,14 @@ | ... | @@ -36,13 +36,14 @@ |
| "fs": "0.0.1-security", | "fs": "0.0.1-security", | ||
| "helmet": "^3.23.3", | "helmet": "^3.23.3", | ||
| "i18n": "^0.8.5", | "i18n": "^0.8.5", | ||
| "jest": "^26.6.3", | |||
| "morgan": "^1.9.1", | "morgan": "^1.9.1", | ||
| "mysql": "^2.17.1", | "mysql": "^2.17.1", | ||
| "nodemailer": "^6.3.1", | "nodemailer": "^6.3.1", | ||
| "nodemon": "^2.0.1", | "nodemon": "^2.0.1", | ||
| "passport": "0.3.2", | "passport": "0.3.2", | ||
| "passport-saml": "^1.4.2", | "passport-saml": "^1.4.2", | ||
| "pug": "^2.0.4" | "pug": "^3.0.2" | ||
| }, | }, | ||
| "devDependencies": {}, | "devDependencies": {}, | ||
| "engines": { | "engines": { | ||
| ... | ... |
Please register or sign in to comment