File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646
4747 - name : Build
4848 run : pnpm build
49- https://github.com/jscottsmith/react-scroll-parallax/actions/runs/18050399519/job/51371003107?pr=279#step:9:1
Original file line number Diff line number Diff line change 22import '@testing-library/jest-dom' ;
33
44// Mock ResizeObserver for tests
5- ( global as any ) . ResizeObserver = jest . fn ( ) . mockImplementation ( ( ) => ( {
5+ declare const global : any ;
6+ global . ResizeObserver = jest . fn ( ) . mockImplementation ( ( ) => ( {
67 observe : jest . fn ( ) ,
78 unobserve : jest . fn ( ) ,
89 disconnect : jest . fn ( ) ,
Original file line number Diff line number Diff line change 1- export { EasingPreset , EffectNumber , EffectString } from 'parallax-controller' ;
1+ export { EasingPreset } from 'parallax-controller' ;
22
33export * from './components/Parallax' ;
44export * from './components/ParallaxBanner' ;
You can’t perform that action at this time.
0 commit comments