mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Prettify the frontend code (#8648)
* Add Prettier global configs * Format js/jsx/ts/tsx/less files
This commit is contained in:
@@ -28,7 +28,6 @@ const props = {
|
||||
};
|
||||
|
||||
describe('CollectionTable', () => {
|
||||
|
||||
let wrapper;
|
||||
let el;
|
||||
|
||||
@@ -46,5 +45,4 @@ describe('CollectionTable', () => {
|
||||
expect(wrapper.find('table')).toHaveLength(1);
|
||||
expect(wrapper.find('tbody tr.row')).toHaveLength(length);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user