remove unused imports

This commit is contained in:
David Westgate 2025-03-18 15:23:25 -07:00
parent cf0b0332a4
commit b98d0035d8
2 changed files with 1 additions and 9 deletions

View File

@ -1,12 +1,7 @@
import React from "react";
import { Alert } from "react-native";
import {
fireEvent,
render,
userEvent,
waitFor,
} from "@testing-library/react-native";
import { fireEvent, render } from "@testing-library/react-native";
import ChipDistributionSummary from "../ChipDistributionSummary";
jest.mock("@expo/vector-icons", () => {

View File

@ -3,10 +3,7 @@ import {
userEvent,
render,
screen,
waitForElementToBeRemoved,
fireEvent,
act,
waitFor,
} from "@testing-library/react-native";
import ChipsSelector from "@/components/ChipsSelector";