Skip to content

Commit

Permalink
Pin Cypress version (#4284)
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Oct 27, 2019
1 parent e94515d commit a16f551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"lint:ci": "npm run lint -- --format junit --output-file /tmp/test-results/eslint/results.xml",
"test": "TZ=Africa/Khartoum jest",
"test:watch": "jest --watch",
"cypress:install": "npm install --no-save cypress@^3.1.5 @percy/cypress@^0.2.3 atob@2.1.2",
"cypress:install": "npm install --no-save cypress@3.4.1 @percy/cypress@^0.2.3 atob@2.1.2",
"cypress": "node client/cypress/cypress.js"
},
"repository": {
Expand Down

0 comments on commit a16f551

Please sign in to comment.