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

Linter fix

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-05-17 13:13:11 +03:00
parent 5f16b6d36a
commit 643f74fd24

View File

@ -5,7 +5,7 @@
import { render } from "@testing-library/react"; import { render } from "@testing-library/react";
import React from "react"; import React from "react";
import { UpdateButton } from ".."; import { UpdateButton } from "../update-button";
import "@testing-library/jest-dom/extend-expect"; import "@testing-library/jest-dom/extend-expect";
const update = jest.fn(); const update = jest.fn();