We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2292ef commit e5a72afCopy full SHA for e5a72af
package.json
@@ -47,7 +47,7 @@
47
"test:e2e": "cross-env NODE_OPTIONS=--openssl-legacy-provider jest --runInBand --testPathPattern test/e2e",
48
"test:unit": "jest --runInBand --testPathPattern test/unit --verbose",
49
"test:watch": "jest --runInBand --testPathPattern test/unit --watch",
50
- "test:ci": "cross-env NODE_OPTIONS=--openssl-legacy-provider CI=true jest --runInBand --verbose --colors",
+ "test:ci": "cross-env CI=true jest --runInBand --verbose --colors",
51
"posttest:ci": "codecov -t $CODECOV_TOKEN"
52
},
53
"dependencies": {
0 commit comments