Skip to content

Commit cf997b4

Browse files
committed
Revert "Avoid crashing tests when md4 hashing is used inside webpack"
This reverts commit d2c34df.
1 parent 9c6fe5b commit cf997b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"npm-publish": "npm run lint && npm run build && npm test && npm publish",
2626
"lint": "eslint --ext js,jsx .",
2727
"install-test-webpack-versions": "./bin/install-test-webpack-versions.sh",
28-
"test": "npm run install-test-webpack-versions && NODE_OPTIONS=--openssl-legacy-provider jest --runInBand",
29-
"test-dev": "npm run install-test-webpack-versions && NODE_OPTIONS=--openssl-legacy-provider jest --watch --runInBand"
28+
"test": "npm run install-test-webpack-versions && jest --runInBand",
29+
"test-dev": "npm run install-test-webpack-versions && jest --watch --runInBand"
3030
},
3131
"files": [
3232
"public",

0 commit comments

Comments
 (0)