mirror of
https://github.com/apache/superset.git
synced 2026-04-11 12:26:05 +00:00
Prettify the frontend code (#8648)
* Add Prettier global configs * Format js/jsx/ts/tsx/less files
This commit is contained in:
@@ -33,7 +33,9 @@ describe('URLShortLinkButton', () => {
|
||||
function setup() {
|
||||
const mockStore = configureStore([]);
|
||||
const store = mockStore({});
|
||||
return shallow(<URLShortLinkButton {...defaultProps} />, { context: { store } }).dive();
|
||||
return shallow(<URLShortLinkButton {...defaultProps} />, {
|
||||
context: { store },
|
||||
}).dive();
|
||||
}
|
||||
|
||||
it('renders OverlayTrigger', () => {
|
||||
|
||||
Reference in New Issue
Block a user