[test] Add fixImageExifRotation.js performance test

This commit is contained in:
Sergey Konovalov
2023-10-30 13:59:14 +03:00
parent d04ebc3bbd
commit 352b361691
2 changed files with 128 additions and 0 deletions

View File

@ -69,6 +69,7 @@
},
"scripts": {
"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",
"unit tests": "cd ./DocService && jest unit --config=../tests/jest.config.js",
"integration tests": "cd ./DocService && jest integration --config=../tests/jest.config.js",
"tests": "cd ./DocService && jest --inject-globals=false --config=../tests/jest.config.js"