Skip to content

Commit f995606

Browse files
committed
fix: remove ts-ignore, use Cypress 4.9.0
1 parent 2b2c003 commit f995606

File tree

3 files changed

+50
-118
lines changed

3 files changed

+50
-118
lines changed

cypress/integration/examples/misc.spec.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ context('Misc', () => {
8989
scale: false,
9090
disableTimersAndAnimations: true,
9191
screenshotOnRunFailure: true,
92-
// TODO: remove this when Cypress typedefs are fixed
93-
// https://github.com/cypress-io/cypress/pull/7445
94-
// @ts-ignore
9592
onBeforeScreenshot () { },
9693
onAfterScreenshot () { },
9794
})

package-lock.json

Lines changed: 49 additions & 114 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@bahmutov/print-env": "1.2.0",
6565
"@cypress/eslint-plugin-dev": "5.0.0",
6666
"colon-names": "1.0.0",
67-
"cypress": "4.5.0",
67+
"cypress": "4.9.0",
6868
"eslint": "7.0.0",
6969
"eslint-plugin-cypress": "2.8.1",
7070
"eslint-plugin-json-format": "2.0.1",

0 commit comments

Comments
 (0)