Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Some light code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
meissadia committed Jul 24, 2020
1 parent 31c2e66 commit 4cd53e3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 60 deletions.
21 changes: 0 additions & 21 deletions cypress/plugins/index.js

This file was deleted.

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

This file was deleted.

14 changes: 0 additions & 14 deletions cypress/support/index.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
// ***********************************************************
// This example support/index.js is processed and
// loaded automatically before your test files.
//
// This is a great place to put global configuration and
// behavior that modifies Cypress.
//
// You can change the location of this file or turn off
// automatically serving support files with the
// 'supportFile' configuration option.
//
// You can read more here:
// https://on.cypress.io/configuration
// ***********************************************************

// Import commands.js using ES2015 syntax:
import './commands'
import '@testing-library/cypress/add-commands'
import 'cypress-keycloak';
// Alternatively you can use CommonJS syntax:
// require('./commands')

0 comments on commit 4cd53e3

Please sign in to comment.