Skip to content

Commit

Permalink
removed --openssl-legacy-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
kityan committed Jul 26, 2024
1 parent 441f3d8 commit 5864f99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"prettier": "prettier --check \"./**/*.{ts,tsx,js,json,html,css,md}\"",
"prettier:write": "prettier --write \"./**/*.{ts,tsx,js,json,html,css,md}\"",
"lint": "tslint -p tsconfig.json 'src/**/*.ts' 'demo/**/*.ts'",
"test:screenshots": "NODE_OPTIONS=--openssl-legacy-provider webpack --test && TEST_SUITE=screenshots jest --forceExit --projects test/screenshots --colors",
"test:screenshots:update": "NODE_OPTIONS=--openssl-legacy-provider webpack --test && TEST_SUITE=screenshots jest --forceExit --projects test/screenshots --colors -u",
"test:screenshots:watch": "NODE_OPTIONS=--openssl-legacy-provider webpack --test && TEST_SUITE=screenshots jest --forceExit --watchAll --projects test/screenshots --colors",
"test:screenshots:no-headless": "NODE_OPTIONS=--openssl-legacy-provider webpack --test && NO_HEADLESS=true TEST_SUITE=screenshots jest --forceExit --projects test/screenshots --colors"
"test:screenshots": "webpack --test && TEST_SUITE=screenshots jest --forceExit --projects test/screenshots --colors",
"test:screenshots:update": "webpack --test && TEST_SUITE=screenshots jest --forceExit --projects test/screenshots --colors -u",
"test:screenshots:watch": "webpack --test && TEST_SUITE=screenshots jest --forceExit --watchAll --projects test/screenshots --colors",
"test:screenshots:no-headless": "webpack --test && NO_HEADLESS=true TEST_SUITE=screenshots jest --forceExit --projects test/screenshots --colors"
},
"license": "BSD-2-Clause",
"files": [
Expand Down

0 comments on commit 5864f99

Please sign in to comment.