mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
Prettify the frontend code (#8648)
* Add Prettier global configs * Format js/jsx/ts/tsx/less files
This commit is contained in:
@@ -26,8 +26,8 @@ describe('CopyToClipboard', () => {
|
||||
};
|
||||
|
||||
it('renders', () => {
|
||||
expect(
|
||||
React.isValidElement(<CopyToClipboard {...defaultProps} />),
|
||||
).toBe(true);
|
||||
expect(React.isValidElement(<CopyToClipboard {...defaultProps} />)).toBe(
|
||||
true,
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user