feat: Оптимизация импортов

This commit is contained in:
Ilia Mashkov
2025-11-23 14:13:52 +03:00
parent 2a72e1077c
commit e4c563075f
5 changed files with 3 additions and 22 deletions

View File

@@ -1,17 +0,0 @@
import '@testing-library/jest-dom'
import 'regenerator-runtime/runtime'
// Глобальный мок для GSAP
jest.mock('gsap', () => {
return {
to: jest.fn(),
fromTo: jest.fn(),
killTweensOf: jest.fn(),
context: jest.fn(() => ({
revert: jest.fn(),
})),
Power2: {
easeOut: 'power2.out',
},
}
})