diff --git a/package.json b/package.json index 3f8a976f..e5179790 100644 --- a/package.json +++ b/package.json @@ -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" },