Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanko committed Jun 19, 2022
1 parent 4aff94b commit 954c742
Show file tree
Hide file tree
Showing 10 changed files with 238 additions and 260 deletions.
13 changes: 13 additions & 0 deletions cypress.config.ts
@@ -0,0 +1,13 @@
import { defineConfig } from 'cypress'

export default defineConfig({
video: false,
screenshotOnRunFailure: false,
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
},
})
4 changes: 0 additions & 4 deletions cypress.json

This file was deleted.

File renamed without changes.
5 changes: 0 additions & 5 deletions cypress/fixtures/example.json

This file was deleted.

25 changes: 0 additions & 25 deletions cypress/support/commands.js

This file was deleted.

1 change: 0 additions & 1 deletion cypress/support/index.js → cypress/support/e2e.js
Expand Up @@ -14,7 +14,6 @@
// ***********************************************************

// Import commands.js using ES2015 syntax:
import './commands'

// Alternatively you can use CommonJS syntax:
// require('./commands')
8 changes: 4 additions & 4 deletions docs/docs.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/docs.js.map

Large diffs are not rendered by default.

0 comments on commit 954c742

Please sign in to comment.