chore: upgrade to Node 16 (#16809)

* chore: upgrade to Node 16

* add docs

* fix test
This commit is contained in:
Ville Brofeldt
2021-09-25 07:26:35 +02:00
committed by GitHub
parent 04f7ecad1c
commit a3413197de
16 changed files with 60 additions and 47 deletions

View File

@@ -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;