Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Upgrade cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofwolski committed May 20, 2020
1 parent d2aae6a commit a7cd6ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// <reference types="cypress" />
import "./login";
import "./category";
import "./account";

Cypress.Commands.add("visitStubbed", (url, operations = {}) => {
function responseStub(result) {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"babel-plugin-require-context-hook": "^1.0.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^1.0.0",
"cypress": "^4.3.0",
"cypress": "^4.5.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint-config-prettier": "^2.9.0",
Expand Down

0 comments on commit a7cd6ee

Please sign in to comment.