Skip to content

Commit

Permalink
Merge pull request #19 from andriyfm/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
andriyfm committed Mar 10, 2024
2 parents 8a8c832 + 32ba727 commit 39e3dde
Show file tree
Hide file tree
Showing 43 changed files with 2,622 additions and 3,964 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: "^16.10.0"
node-version: ">=18.17.0"
check-latest: true

- name: Install Npm Dependencies
Expand Down
7 changes: 4 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.format": true
}
"source.fixAll.eslint": "explicit",
"source.fixAll.format": "explicit"
},
"jest.jestCommandLine": "yarn test"
}
315 changes: 0 additions & 315 deletions cypress/e2e/2-advanced-examples/actions.cy.js

This file was deleted.

43 changes: 0 additions & 43 deletions cypress/e2e/2-advanced-examples/aliasing.cy.js

This file was deleted.

Loading

0 comments on commit 39e3dde

Please sign in to comment.