Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switched to vitest #1884

Merged
merged 23 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
47e79c3
Removed leftover webpack config
marekdedic Jan 15, 2025
9111ad4
Added basic vitest test
marekdedic Jan 15, 2025
523419f
Added vitest linting
marekdedic Jan 15, 2025
bfeb5c2
Migrated listFolders test to vitest
marekdedic Jan 15, 2025
bc51712
Migrated listSharedDrives test to vitest
marekdedic Jan 15, 2025
2e86b69
Migrated DriveBackedValue test to vitest
marekdedic Jan 15, 2025
e94c709
Migrated MoveState test to vitest
marekdedic Jan 15, 2025
e7d4b15
Migrated paginationHelper test to vitest
marekdedic Jan 15, 2025
944df08
Migrated SafeDriveService test to vitest
marekdedic Jan 15, 2025
52a95ef
Migrated SafeCommentsCollection test to vitest
marekdedic Jan 15, 2025
fe6fc36
Migrated SafeDrivesCollection test to vitest
marekdedic Jan 15, 2025
9e3c373
Migrated SafeFilesCollection test to vitest
marekdedic Jan 15, 2025
5ba8bc1
Migrated move test to vitest
marekdedic Jan 15, 2025
3bfb2e2
Migrated copyFileComments test to vitest
marekdedic Jan 15, 2025
479f2a2
Migrated folderManagement test to vitest
marekdedic Jan 15, 2025
da47021
Migrated moveFile test to vitest
marekdedic Jan 15, 2025
7e373b0
Migrated moveFolder test to vitest
marekdedic Jan 15, 2025
a6f3f24
Migrated resolveDestinationFolder test to vitest
marekdedic Jan 15, 2025
f88b027
Separated test-utils between frontend and backend
marekdedic Jan 15, 2025
c3a26a6
Moved playwright tests to tests/
marekdedic Jan 15, 2025
bf0b772
Removed jest
marekdedic Jan 15, 2025
2296337
Separated test and test with coverage
marekdedic Jan 15, 2025
57297f6
Eslint suppressions
marekdedic Jan 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: "Run tests"
run: |
npm run test:backend
npm run test-coverage:backend

- name: "Upload coverage results"
uses: codecov/codecov-action@v5.1.2
Expand Down
177 changes: 0 additions & 177 deletions __tests__/backend/listFolders.test.ts

This file was deleted.

77 changes: 0 additions & 77 deletions __tests__/backend/listSharedDrives.test.ts

This file was deleted.

Loading
Loading