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:
parent
9d449f25c6
commit
cb88c4ff22
@ -1,5 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { render, fireEvent } from "@testing-library/react";
|
import { render, fireEvent } from "@testing-library/react";
|
||||||
import "@testing-library/jest-dom/extend-expect";
|
import "@testing-library/jest-dom/extend-expect";
|
||||||
@ -11,6 +9,7 @@ import { createTerminalTab } from "../terminal.store";
|
|||||||
import { observable } from "mobx";
|
import { observable } from "mobx";
|
||||||
|
|
||||||
const onChangeTab = jest.fn();
|
const onChangeTab = jest.fn();
|
||||||
|
|
||||||
const getComponent = () => (
|
const getComponent = () => (
|
||||||
<DockTabs
|
<DockTabs
|
||||||
tabs={dockStore.tabs}
|
tabs={dockStore.tabs}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user