Address skipped tests #61

Merged
djwesty merged 2 commits from djwesty/60 into main 2025-03-18 16:05:35 -07:00
2 changed files with 1 additions and 9 deletions
Showing only changes of commit b98d0035d8 - Show all commits

View File

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

View File

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