chore: Upgrade to Vitest 4 and regroup tests for performance (#2618)
This commit is contained in:
@@ -11,6 +11,7 @@ vi.mock('../../../src/card-controller/fullscreen/factory');
|
||||
describe('FullscreenManager', () => {
|
||||
afterEach(() => {
|
||||
vi.restoreAllMocks();
|
||||
vi.clearAllMocks();
|
||||
});
|
||||
|
||||
it('should initialize', () => {
|
||||
|
||||
Reference in New Issue
Block a user