🤝 Shared with me (#71)
* 🚧 #46 Shared with me - added converter of DriveFile to dto with user information - updated version of jest to the latest for better compatibility with typescript and mocking class instances - added run configuration for unit tests Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
"@types/fastify-static": "^2.2.1",
|
||||
"@types/fluent-ffmpeg": "^2.1.20",
|
||||
"@types/html-to-text": "^8.1.1",
|
||||
"@types/jest": "^26.0.14",
|
||||
"@types/jest": "^29.1.0",
|
||||
"@types/lodash": "^4.14.165",
|
||||
"@types/minio": "^7.0.7",
|
||||
"@types/mongodb": "^4.0.7",
|
||||
@@ -94,7 +94,7 @@
|
||||
"@types/ws": "^7.2.7",
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^4.2.0",
|
||||
"babel-jest": "^26.5.2",
|
||||
"babel-jest": "^29.1.0",
|
||||
"babel-plugin-parameter-decorator": "^1.0.16",
|
||||
"chai": "^4.2.0",
|
||||
"cpy-cli": "^4.2.0",
|
||||
@@ -103,17 +103,19 @@
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"eslint-plugin-unused-imports": "^2.0.0",
|
||||
"form-auto-content": "^2.2.0",
|
||||
"jest": "^26.6.3",
|
||||
"jest": "^29.1.0",
|
||||
"jest-mock-extended": "^3.0.4",
|
||||
"nodemon": "2.0.4",
|
||||
"pino-pretty": "^10.0.0",
|
||||
"prettier": "^2.1.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"supertest": "4.0.2",
|
||||
"ts-jest": "^26.4.0",
|
||||
"ts-jest": "^29.1.0",
|
||||
"ts-node": "^9.0.0",
|
||||
"ts-node-dev": "^1.1.8",
|
||||
"tsc-watch": "^4.2.9",
|
||||
"typescript": "^4.0.3"
|
||||
"typescript": "^4.0.3",
|
||||
"tsconfig-paths": "^3.14.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@elastic/elasticsearch": "7",
|
||||
|
||||
Reference in New Issue
Block a user