File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
src/elements/content-picker/__tests__ Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 11import * as React from 'react' ;
2- import { TooltipProvider } from '@box/blueprint-web' ;
32import { screen , render } from '../../../test-utils/testing-library' ;
43import Footer , { type FooterProps } from '../Footer' ;
54
@@ -17,12 +16,7 @@ describe('elements/content-picker/Footer', () => {
1716 showSelectedButton : false ,
1817 } ;
1918
20- const renderComponent = ( props : Partial < FooterProps > = { } ) =>
21- render (
22- < TooltipProvider >
23- < Footer { ...defaultProps } { ...props } />
24- </ TooltipProvider > ,
25- ) ;
19+ const renderComponent = ( props : Partial < FooterProps > = { } ) => render ( < Footer { ...defaultProps } { ...props } /> ) ;
2620
2721 describe ( 'render()' , ( ) => {
2822 test ( 'should render Footer with basic elements' , ( ) => {
You can’t perform that action at this time.
0 commit comments