Skip to content

Commit

Permalink
Remove unwanted file-upload package.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Sep 20, 2023
1 parent 28c8df2 commit b781606
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
20 changes: 0 additions & 20 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"devDependencies": {
"@wordpress/env": "^8.7.0",
"cypress": "^13.2.0",
"cypress-file-upload": "^5.0.8",
"cypress-mochawesome-reporter": "^3.6.0"
}
}
2 changes: 0 additions & 2 deletions tests/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
// -- This will overwrite an existing command --
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })

import 'cypress-file-upload';

Cypress.Commands.add(
'login',
( username = 'admin', password = 'password' ) => {
Expand Down

0 comments on commit b781606

Please sign in to comment.