Fix tests failing due to RSA_PKCS1_PADDING being disabled my default.

This commit is contained in:
Maik Marschner 2024-09-25 15:06:25 +02:00
parent 6cb025f441
commit aa86eaaffe

View File

@ -9,7 +9,7 @@
],
"scripts": {
"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",
"version": "auto-changelog -p -t changelog-template.hbs && git add CHANGELOG.md"
},