mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
chore: upgrade eslint, babel, and prettier (#12393)
This commit is contained in:
@@ -64,8 +64,8 @@ describe('DatasourceEditor', () => {
|
||||
expect(wrapper.find(Tabs)).toExist();
|
||||
});
|
||||
|
||||
it('makes an async request', () => {
|
||||
return new Promise(done => {
|
||||
it('makes an async request', () =>
|
||||
new Promise(done => {
|
||||
wrapper.setState({ activeTabKey: 2 });
|
||||
const syncButton = wrapper.find('.sync-from-source');
|
||||
expect(syncButton).toHaveLength(1);
|
||||
@@ -76,8 +76,7 @@ describe('DatasourceEditor', () => {
|
||||
fetchMock.reset();
|
||||
done();
|
||||
}, 0);
|
||||
});
|
||||
});
|
||||
}));
|
||||
|
||||
it('to add, remove and modify columns accordingly', () => {
|
||||
const columns = [
|
||||
|
||||
Reference in New Issue
Block a user