Migrate from Jest to Vitest (#34454)
This commit is contained in:
		
					parent
					
						
							
								741f166407
							
						
					
				
			
			
				commit
				
					
						8c579c5b34
					
				
			
		
					 18 changed files with 2344 additions and 2003 deletions
				
			
		|  | @ -7,7 +7,7 @@ const fakeIcon = () => <span />; | |||
| describe('<Column />', () => { | ||||
|   describe('<ColumnHeader /> click handler', () => { | ||||
|     it('runs the scroll animation if the column contains scrollable content', () => { | ||||
|       const scrollToMock = jest.fn(); | ||||
|       const scrollToMock = vi.fn(); | ||||
|       const { container } = render( | ||||
|         <Column heading='notifications' icon='notifications' iconComponent={fakeIcon}> | ||||
|           <div className='scrollable' /> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue