mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
@@ -34,7 +34,7 @@ describe('OptionDescription', () => {
|
||||
let props;
|
||||
|
||||
beforeEach(() => {
|
||||
props = { option: Object.assign({}, defaultProps.option) };
|
||||
props = { option: { ...defaultProps.option } };
|
||||
wrapper = shallow(<OptionDescription {...props} />);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user