Fleet UI: Rebase fix (#9040)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import { screen } from "@testing-library/react";
|
||||
import { renderWithSetup } from "test/testingUtils";
|
||||
import { renderWithSetup } from "test/test-utils";
|
||||
|
||||
import EnrollSecretRow from "./EnrollSecretRow";
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import { render, screen } from "@testing-library/react";
|
||||
import { renderWithSetup } from "test/testingUtils";
|
||||
import { renderWithSetup } from "test/test-utils";
|
||||
|
||||
import LastUpdatedText from "./LastUpdatedText";
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import { screen } from "@testing-library/react";
|
||||
import { renderWithSetup } from "test/testingUtils";
|
||||
import { renderWithSetup } from "test/test-utils";
|
||||
|
||||
import DropdownCell from "./DropdownCell";
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import { screen } from "@testing-library/react";
|
||||
import { renderWithSetup } from "test/testingUtils";
|
||||
import { renderWithSetup } from "test/test-utils";
|
||||
import PATHS from "router/paths";
|
||||
|
||||
import LinkCell from "./LinkCell";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import { screen } from "@testing-library/react";
|
||||
import { renderWithSetup } from "test/testingUtils";
|
||||
import { renderWithSetup } from "test/test-utils";
|
||||
|
||||
import PillCell from "./PillCell";
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import { render, screen } from "@testing-library/react";
|
||||
import { renderWithSetup } from "test/testingUtils";
|
||||
import { renderWithSetup } from "test/test-utils";
|
||||
|
||||
import RevealButton from "./RevealButton";
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
export { default } from "./Mdm";
|
||||
Reference in New Issue
Block a user