mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
refactor(waveform): co-locate seekbar feature into features/waveform
This commit is contained in:
@@ -39,7 +39,7 @@ vi.mock('./playerStore', () => ({
|
||||
setState: hoisted.playerSetStateMock,
|
||||
},
|
||||
}));
|
||||
vi.mock('./waveformRefreshGen', () => ({
|
||||
vi.mock('@/features/waveform', () => ({
|
||||
bumpWaveformRefreshGen: hoisted.bumpWaveformRefreshGenMock,
|
||||
}));
|
||||
vi.mock('./loudnessGainCache', () => ({
|
||||
|
||||
Reference in New Issue
Block a user