mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Prettify the frontend code (#8648)
* Add Prettier global configs * Format js/jsx/ts/tsx/less files
This commit is contained in:
@@ -28,9 +28,7 @@ describe('App', () => {
|
||||
user,
|
||||
};
|
||||
it('is valid', () => {
|
||||
expect(
|
||||
React.isValidElement(<App {...mockedProps} />),
|
||||
).toBe(true);
|
||||
expect(React.isValidElement(<App {...mockedProps} />)).toBe(true);
|
||||
});
|
||||
|
||||
it('renders 2 Col', () => {
|
||||
|
||||
Reference in New Issue
Block a user