Skip to content

Commit 5864f99

Browse files
committed
removed --openssl-legacy-provider
1 parent 441f3d8 commit 5864f99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"prettier": "prettier --check \"./**/*.{ts,tsx,js,json,html,css,md}\"",
1717
"prettier:write": "prettier --write \"./**/*.{ts,tsx,js,json,html,css,md}\"",
1818
"lint": "tslint -p tsconfig.json 'src/**/*.ts' 'demo/**/*.ts'",
19-
"test:screenshots": "NODE_OPTIONS=--openssl-legacy-provider webpack --test && TEST_SUITE=screenshots jest --forceExit --projects test/screenshots --colors",
20-
"test:screenshots:update": "NODE_OPTIONS=--openssl-legacy-provider webpack --test && TEST_SUITE=screenshots jest --forceExit --projects test/screenshots --colors -u",
21-
"test:screenshots:watch": "NODE_OPTIONS=--openssl-legacy-provider webpack --test && TEST_SUITE=screenshots jest --forceExit --watchAll --projects test/screenshots --colors",
22-
"test:screenshots:no-headless": "NODE_OPTIONS=--openssl-legacy-provider webpack --test && NO_HEADLESS=true TEST_SUITE=screenshots jest --forceExit --projects test/screenshots --colors"
19+
"test:screenshots": "webpack --test && TEST_SUITE=screenshots jest --forceExit --projects test/screenshots --colors",
20+
"test:screenshots:update": "webpack --test && TEST_SUITE=screenshots jest --forceExit --projects test/screenshots --colors -u",
21+
"test:screenshots:watch": "webpack --test && TEST_SUITE=screenshots jest --forceExit --watchAll --projects test/screenshots --colors",
22+
"test:screenshots:no-headless": "webpack --test && NO_HEADLESS=true TEST_SUITE=screenshots jest --forceExit --projects test/screenshots --colors"
2323
},
2424
"license": "BSD-2-Clause",
2525
"files": [

0 commit comments

Comments
 (0)