mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Pin Cypress version (#4284)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user