[bug] Move from jimp to sharp; Fix bug 76854, 76727, 48506

This commit is contained in:
Sergey Konovalov
2025-09-23 07:49:57 +03:00
parent c8b7eafebc
commit 75caa78f2a
10 changed files with 327 additions and 961 deletions

View File

@ -32,8 +32,6 @@
"code:check": "run-s lint:check format:check",
"code:fix": "run-s lint:fix format:fix",
"perf-expired": "cd ./DocService&& cross-env NODE_ENV=development-windows NODE_CONFIG_DIR=../Common/config node ../tests/perf/checkFileExpire.js",
"perf-exif": "cd ./DocService&& cross-env NODE_ENV=development-windows NODE_CONFIG_DIR=../Common/config node ../tests/perf/fixImageExifRotation.js",
"perf-png": "cd ./DocService&& cross-env NODE_ENV=development-windows NODE_CONFIG_DIR=../Common/config node ../tests/perf/convertImageToPng.js",
"unit tests": "cd ./DocService && jest unit --inject-globals=false --config=../tests/jest.config.js",
"integration tests with server instance": "cd ./DocService && jest integration/withServerInstance --inject-globals=false --config=../tests/jest.config.js",
"storage-tests": "cd ./DocService && jest integration/withServerInstance/storage.tests.js --inject-globals=false --config=../tests/jest.config.js",