Skip to content

Commit

Permalink
Merge pull request #1884 from skaut/vitest
Browse files Browse the repository at this point in the history
Switched to vitest
  • Loading branch information
marekdedic authored Jan 15, 2025
2 parents 5db7e1f + 57297f6 commit 9e57fa4
Show file tree
Hide file tree
Showing 58 changed files with 4,261 additions and 5,512 deletions.
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/[email protected]
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

0 comments on commit 9e57fa4

Please sign in to comment.