Skip to content

Commit

Permalink
fix: remove ts-ignore, use Cypress 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jun 23, 2020
1 parent 2b2c003 commit f995606
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 118 deletions.
3 changes: 0 additions & 3 deletions cypress/integration/examples/misc.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ context('Misc', () => {
scale: false,
disableTimersAndAnimations: true,
screenshotOnRunFailure: true,
// TODO: remove this when Cypress typedefs are fixed
// https://github.com/cypress-io/cypress/pull/7445
// @ts-ignore
onBeforeScreenshot () { },
onAfterScreenshot () { },
})
Expand Down
163 changes: 49 additions & 114 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@bahmutov/print-env": "1.2.0",
"@cypress/eslint-plugin-dev": "5.0.0",
"colon-names": "1.0.0",
"cypress": "4.5.0",
"cypress": "4.9.0",
"eslint": "7.0.0",
"eslint-plugin-cypress": "2.8.1",
"eslint-plugin-json-format": "2.0.1",
Expand Down

0 comments on commit f995606

Please sign in to comment.