Fixed TS errors in tests

This commit is contained in:
Alejandro Celaya
2021-08-24 20:26:57 +02:00
parent 06f4cff97e
commit d1fcd10c04
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ import { SemVer } from '../../src/utils/helpers/version';
describe('<MenuLayout />', () => {
const ServerError = jest.fn();
const C = jest.fn();
const MenuLayout = createMenuLayout(C, C, C, C, C, C, C, ServerError, C, C);
const MenuLayout = createMenuLayout(C, C, C, C, C, C, C, ServerError, C, C, C);
let wrapper: ShallowWrapper;
const createWrapper = (selectedServer: SelectedServer) => {
wrapper = shallow(