♻️Removed unused files and move unused encryption algorithm to co configuration (#513)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user