Skip to content

Commit

Permalink
Node: enable --openssl-legacy-provider for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed Dec 12, 2023
1 parent 4bdbc14 commit 9375799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint": "eslint -c ./.eslintrc.js ./**/*.ts --quiet",
"oss": "yarn cli oss -d bin -d src -l mit",
"prepack": "yarn build",
"test": "jest --verbose",
"test": "NODE_OPTIONS=\"--openssl-legacy-provider ${NODE_OPTIONS:-}\" jest --verbose",
"typecheck": "tsc --noEmit",
"watch": "tsc -w"
},
Expand Down

0 comments on commit 9375799

Please sign in to comment.