mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
chore: upgrade to Node 16 (#16809)
* chore: upgrade to Node 16 * add docs * fix test
This commit is contained in:
@@ -46,8 +46,7 @@ const mockedProps = {
|
||||
const middlewares = [thunk];
|
||||
const mockStore = configureStore(middlewares);
|
||||
const store = mockStore(initialState);
|
||||
const DATABASE_ENDPOINT = 'glob:*/api/v1/database/?*';
|
||||
fetchMock.get(DATABASE_ENDPOINT, []);
|
||||
fetchMock.get('glob:*/api/v1/database/*/schemas/?*', { result: [] });
|
||||
describe('SqlEditorLeftBar', () => {
|
||||
let wrapper;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user