Merge branch 'testing' into devel
__test/gitlab.test.ts
0 → 100644
__test/methods.test.ts
0 → 100644
jest.config.js
0 → 100644
This diff is collapsed.
| ... | ... | @@ -15,9 +15,9 @@ |
| }, | ||
| "scripts": { | ||
| "start": "nodemon app.ts", | ||
| "build": "tsc --build", | ||
| "clean": "tsc --build --clean", | ||
| "test": "" | ||
| "build": "tsc -build", | ||
| "clean": "tsc -build --clean", | ||
| "test": "jest" | ||
| }, | ||
| "dependencies": { | ||
| "async": "^3.2.0", | ||
| ... | ... | @@ -25,19 +25,11 @@ |
| "body-parser": "^1.19.0", | ||
| "compression": "^1.7.4", | ||
| "cookie-parser": "1.4.3", | ||
| "errorhandler": "1.4.3", | ||
| "express": "^4.17.1", | ||
| "express-fileupload": "^1.1.7-alpha.2", | ||
| "express-flash": "0.0.2", | ||
| "express-session": "^1.17.1", | ||
| "fs": "0.0.1-security", | ||
| "helmet": "^3.23.3", | ||
| "helmet": "^4.6.0", | ||
| "morgan": "^1.10.0", | ||
| "mysql": "^2.18.1", | ||
| "passport": "0.3.2", | ||
| "passport-saml": "^2.0.6", | ||
| "pug": "^3.0.2", | ||
| "update": "^0.7.4" | ||
| "mysql2": "^2.2.5", | ||
| "pug": "^3.0.2" | ||
| }, | ||
| "engines": { | ||
| "node": ">= 4.0.0" | ||
| ... | ... | @@ -51,11 +43,12 @@ |
| "@types/express-fileupload": "^1.1.6", | ||
| "@types/express-flash": "^0.0.2", | ||
| "@types/express-session": "^1.17.3", | ||
| "@types/helmet": "^4.0.0", | ||
| "@types/jest": "^28.1.2", | ||
| "@types/morgan": "^1.9.2", | ||
| "@types/mysql": "^2.15.18", | ||
| "@types/passport": "^1.0.6", | ||
| "jest": "^28.1.1", | ||
| "nodemon": "^2.0.9", | ||
| "ts-jest": "^27.0.3", | ||
| "ts-node": "^10.0.0", | ||
| "typescript": "^4.3.5" | ||
| } | ||
| ... | ... |
Please register or sign in to comment