mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
Prettify the frontend code (#8648)
* Add Prettier global configs * Format js/jsx/ts/tsx/less files
This commit is contained in:
@@ -31,7 +31,9 @@ describe('QueryAndSaveButtons', () => {
|
||||
|
||||
// It must render
|
||||
it('renders', () => {
|
||||
expect(React.isValidElement(<QueryAndSaveButtons {...defaultProps} />)).toBe(true);
|
||||
expect(
|
||||
React.isValidElement(<QueryAndSaveButtons {...defaultProps} />),
|
||||
).toBe(true);
|
||||
});
|
||||
|
||||
// Test the output
|
||||
|
||||
Reference in New Issue
Block a user