mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-24 07:02:08 +00:00
Fix tests failing due to RSA_PKCS1_PADDING being disabled my default.
This commit is contained in:
parent
6cb025f441
commit
aa86eaaffe
@ -9,7 +9,7 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"test": "nyc mocha test/**/*.js",
|
"test": "nyc node --security-revert=CVE-2023-46809 ./node_modules/.bin/mocha test/**/*.js",
|
||||||
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
||||||
"version": "auto-changelog -p -t changelog-template.hbs && git add CHANGELOG.md"
|
"version": "auto-changelog -p -t changelog-template.hbs && git add CHANGELOG.md"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user