mirror of
https://github.com/apache/superset.git
synced 2026-06-08 17:19:20 +00:00
fix: unit tests
This commit is contained in:
@@ -39,6 +39,6 @@ describe('ColorSchemeControl', () => {
|
||||
});
|
||||
|
||||
it('renders a Creatable', () => {
|
||||
expect(wrapper.find(Select)).toExist();
|
||||
expect(wrapper.find(Select)).toHaveLength(1);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user