mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
@@ -48,7 +48,7 @@ describe('VirtualizedRendererWrap', () => {
|
||||
let props;
|
||||
beforeEach(() => {
|
||||
wrapper = shallow(<RendererWrap {...defaultProps} />);
|
||||
props = Object.assign({}, defaultProps);
|
||||
props = { ...defaultProps };
|
||||
});
|
||||
|
||||
it('uses the provided renderer', () => {
|
||||
|
||||
Reference in New Issue
Block a user