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:
@@ -68,7 +68,7 @@ describe('DatasourceModal', () => {
|
||||
expect(wrapper.find(DatasourceEditor)).toHaveLength(1);
|
||||
});
|
||||
|
||||
it('saves on confirm', (done) => {
|
||||
it('saves on confirm', done => {
|
||||
inst.onConfirmSave();
|
||||
setTimeout(() => {
|
||||
expect(fetchMock.calls(SAVE_ENDPOINT)).toHaveLength(1);
|
||||
|
||||
Reference in New Issue
Block a user