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

Commit

Permalink
Merge pull request #12 from habralab/cleanup-repo
Browse files Browse the repository at this point in the history
refactor: очистка не нужного кода
  • Loading branch information
VictoriaBorovskaya authored Sep 28, 2023
2 parents f332d39 + 68f4392 commit 0426984
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 154 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"prettier": "prettier --loglevel warn \"**/*.{ts,tsx}\" --check --cache-location=.yarn/.prettier",
"lint": "concurrently \"yarn eslint\" \"yarn tslint\" \"yarn prettier\" --raw",
"check": "concurrently \"yarn test\" \"yarn eslint-recursive\" \"yarn tslint\" \"yarn prettier\" --raw",
"test": "vitest run",
"test:watch": "vitest",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest --passWithNoTests",
"release": "release-it",
"analyze": "vite-bundle-visualizer -o ./stats.html"
},
Expand Down
13 changes: 0 additions & 13 deletions src/app/App.test.tsx

This file was deleted.

48 changes: 0 additions & 48 deletions src/widgets/comments/Comments.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions src/widgets/comments/comments.test.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions src/widgets/comments/index.ts

This file was deleted.

Empty file added tests/.gitkeep
Empty file.
20 changes: 0 additions & 20 deletions tests/rtl/Button.test.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions tests/rtl/Button.tsx

This file was deleted.

25 changes: 0 additions & 25 deletions tests/sum.test.ts

This file was deleted.

3 changes: 0 additions & 3 deletions tests/sum.ts

This file was deleted.

0 comments on commit 0426984

Please sign in to comment.