({ children })
| 73 | describe('transitions', () => { |
| 74 | it('should add the appropriate classes when entering right', () => { |
| 75 | const wrapper = ({ children }) => ( |
| 76 | <CarouselContext.Provider value={{ direction: 'end' }}> |
| 77 | {children} |
| 78 | </CarouselContext.Provider> |
| 79 | ); |
| 80 | |
| 81 | const { rerender } = render( |
| 82 | <CarouselItem in={false}>the mandalorian</CarouselItem>, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…