Skip to content

Commit

Permalink
fix linter and run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrynko committed Jun 27, 2023
1 parent 49b7280 commit 88f815e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 49 deletions.
3 changes: 2 additions & 1 deletion cypress/integration/page.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Cypress.on('fail', (e) => {

describe('Page', () => {
beforeEach(() => {
if (failed) Cypress.runner.stop();
// Other tests are executed anyway, so it is better to see all errors
// if (failed) Cypress.runner.stop();

cy.visit('/');
});
Expand Down
51 changes: 4 additions & 47 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 @@ -18,7 +18,7 @@
"@cypress/webpack-dev-server": "^1.8.4",
"@mate-academy/cypress-tools": "^1.0.4",
"@mate-academy/eslint-config-react": "0.0.7",
"@mate-academy/eslint-config-react-typescript": "^1.0.1",
"@mate-academy/eslint-config-react-typescript": "^1.0.11",
"@mate-academy/scripts": "^1.2.8",
"@mate-academy/students-ts-config": "*",
"@mate-academy/stylelint-config": "*",
Expand Down

0 comments on commit 88f815e

Please sign in to comment.