1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Removing empty lines

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-12-25 16:16:24 +03:00
parent 9d449f25c6
commit cb88c4ff22

View File

@ -1,5 +1,3 @@
import React from "react";
import { render, fireEvent } from "@testing-library/react";
import "@testing-library/jest-dom/extend-expect";
@ -11,6 +9,7 @@ import { createTerminalTab } from "../terminal.store";
import { observable } from "mobx";
const onChangeTab = jest.fn();
const getComponent = () => (
<DockTabs
tabs={dockStore.tabs}