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 e94515d commit a16f551Copy full SHA for a16f551
package.json
@@ -16,7 +16,7 @@
16
"lint:ci": "npm run lint -- --format junit --output-file /tmp/test-results/eslint/results.xml",
17
"test": "TZ=Africa/Khartoum jest",
18
"test:watch": "jest --watch",
19
- "cypress:install": "npm install --no-save cypress@^3.1.5 @percy/cypress@^0.2.3 [email protected]",
+ "cypress:install": "npm install --no-save cypress@3.4.1 @percy/cypress@^0.2.3 [email protected]",
20
"cypress": "node client/cypress/cypress.js"
21
},
22
"repository": {
0 commit comments