mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
refactor(orbit): co-locate orbit feature into features/orbit
This commit is contained in:
@@ -53,7 +53,7 @@ vi.mock('../playback/songToTrack', () => ({
|
||||
songToTrack: mocks.songToTrack,
|
||||
}));
|
||||
|
||||
vi.mock('../orbitBulkGuard', () => ({
|
||||
vi.mock('@/features/orbit', () => ({
|
||||
orbitBulkGuard: mocks.orbitBulkGuard,
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user