Skip to content

Commit e5a72af

Browse files
authored
Update package.json
Remove OpenSSL legacy provider flag from test:CI script
1 parent b2292ef commit e5a72af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test:e2e": "cross-env NODE_OPTIONS=--openssl-legacy-provider jest --runInBand --testPathPattern test/e2e",
4848
"test:unit": "jest --runInBand --testPathPattern test/unit --verbose",
4949
"test:watch": "jest --runInBand --testPathPattern test/unit --watch",
50-
"test:ci": "cross-env NODE_OPTIONS=--openssl-legacy-provider CI=true jest --runInBand --verbose --colors",
50+
"test:ci": "cross-env CI=true jest --runInBand --verbose --colors",
5151
"posttest:ci": "codecov -t $CODECOV_TOKEN"
5252
},
5353
"dependencies": {

0 commit comments

Comments
 (0)