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