feat: Оптимизация импортов
This commit is contained in:
@@ -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',
|
||||
},
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user