♻️Removed unused files and move unused encryption algorithm to co configuration (#513)

This commit is contained in:
Anton Shepilov
2024-05-07 18:24:53 +02:00
committed by GitHub
parent 24da0c8cfb
commit ac950f0e87
6 changed files with 7 additions and 128 deletions
-1
View File
@@ -25,7 +25,6 @@
"test": "jest --forceExit --coverage --detectOpenHandles --runInBand --verbose false | pino-pretty",
"test:local": "jest --forceExit --detectOpenHandles --runInBand mock.spec.ts",
"test:watch": "npm run test -- --watchAll --verbose false | pino-pretty",
"test:e2e": "node ./test/e2e/run-all.js",
"test:unit": "jest test/unit --forceExit --coverage --detectOpenHandles --maxWorkers=1 --testTimeout=30000 --verbose false > coverage/coverage-report.txt",
"test:unit:watch": "npm run test:unit -- --watchAll --verbose false | pino-pretty",
"test:merge:json": "npx istanbul report --dir coverage/merged --include 'coverage/**/coverage-final.json' json-summary",