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:
parent
5f16b6d36a
commit
643f74fd24
@ -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();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user