Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix: some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Brud committed Feb 18, 2024
1 parent f07f6c1 commit 2701d39
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 21,736 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Unit tests

on: push

permissions:
contents: read
actions: read
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ yarn-debug.log*
yarn-error.log*

.idea
junit.xml
junit.xml
package-lock.json
4 changes: 2 additions & 2 deletions cypress/e2e/example-test.cy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe('Example tests', () => {
it('Example test', () => {
describe('Loading page', () => {
it('Page should be loaded', () => {
cy.visit('/');
});
});
5 changes: 0 additions & 5 deletions cypress/fixtures/example.json

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions cypress/support/e2e.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// THIS FILE MUST EXIST FOR CYPRESS TO WORK PROPERLY
21,702 changes: 0 additions & 21,702 deletions package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"test:ci": "react-scripts test --reporters=jest-junit",
"cypress:open": "cypress open",
"test:e2e": "cypress open",
"eject": "react-scripts eject",
"check-branch-name": "chmod 755 ./.husky/hooks/check_branch_naming.sh && sh ./.husky/hooks/check_branch_naming.sh",
"prepare": "husky install"
Expand Down

0 comments on commit 2701d39

Please sign in to comment.