mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
refactor(offline): co-locate offline feature into features/offline
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import { FAVORITES_OFFLINE_JOB_ID } from '@/features/offline/utils/favoritesOfflineConstants';
|
||||
|
||||
describe('favoritesOfflineConstants', () => {
|
||||
it('uses a stable virtual job id', () => {
|
||||
expect(FAVORITES_OFFLINE_JOB_ID).toBe('__favorites__');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user