mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
fix: clean up prop type errors in jest tests (#11120)
This commit is contained in:
committed by
GitHub
parent
662fb43350
commit
d95b7c2a73
@@ -29,6 +29,7 @@ describe('QuerySearch', () => {
|
||||
const mockedProps = {
|
||||
actions: {},
|
||||
height: 0,
|
||||
displayLimit: 50,
|
||||
};
|
||||
it('is valid', () => {
|
||||
expect(React.isValidElement(<QuerySearch {...mockedProps} />)).toBe(true);
|
||||
|
||||
Reference in New Issue
Block a user