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 { 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";