mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[PR #1606] [MERGED] chore(test): improve client unit tests with user-event and screen #1806
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1806
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/1606
Author: @phanan
Created: 11/29/2022
Status: ✅ Merged
Merged: 11/29/2022
Merged by: @phanan
Base:
master← Head:chore/testing-lib📝 Commits (1)
1fe31bdchore(test): improve client unit tests with user-event and screen📊 Changes
105 files changed (+903 additions, -678 deletions)
View changed files
📝
package.json(+2 -2)📝
resources/assets/js/__tests__/UnitTestCase.ts(+10 -0)📝
resources/assets/js/components/album/AlbumCard.spec.ts(+13 -6)📝
resources/assets/js/components/album/AlbumCard.vue(+0 -2)📝
resources/assets/js/components/album/AlbumContextMenu.spec.ts(+19 -21)📝
resources/assets/js/components/album/AlbumContextMenu.vue(+5 -5)📝
resources/assets/js/components/album/AlbumInfo.spec.ts(+17 -17)📝
resources/assets/js/components/album/AlbumInfo.vue(+1 -1)📝
resources/assets/js/components/album/AlbumTrackList.spec.ts(+3 -2)📝
resources/assets/js/components/album/AlbumTrackListItem.spec.ts(+3 -3)📝
resources/assets/js/components/album/__snapshots__/AlbumCard.spec.ts.snap(+1 -1)📝
resources/assets/js/components/album/__snapshots__/AlbumContextMenu.spec.ts.snap(+5 -5)📝
resources/assets/js/components/artist/ArtistCard.spec.ts(+7 -9)📝
resources/assets/js/components/artist/ArtistCard.vue(+0 -2)📝
resources/assets/js/components/artist/ArtistContextMenu.spec.ts(+18 -20)📝
resources/assets/js/components/artist/ArtistContextMenu.vue(+4 -4)📝
resources/assets/js/components/artist/ArtistInfo.spec.ts(+18 -21)📝
resources/assets/js/components/artist/ArtistInfo.vue(+1 -1)📝
resources/assets/js/components/artist/__snapshots__/ArtistCard.spec.ts.snap(+1 -1)📝
resources/assets/js/components/artist/__snapshots__/ArtistContextMenu.spec.ts.snap(+4 -4)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.