Skip to content

Commit

Permalink
test: test with latest cypress version (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Jun 9, 2022
1 parent 37ade04 commit 3797e5f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions cypress.config.js
@@ -0,0 +1,5 @@
const {defineConfig} = require('cypress')

module.exports = defineConfig({
video: false,
})
3 changes: 0 additions & 3 deletions cypress.json

This file was deleted.

File renamed without changes.
2 changes: 0 additions & 2 deletions cypress/plugins/index.js

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
"@testing-library/dom": "^8.1.0"
},
"devDependencies": {
"cypress": "^8.0.0",
"cypress": "^10.0.0",
"kcd-scripts": "^11.2.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.3.5"
Expand Down

0 comments on commit 3797e5f

Please sign in to comment.