Skip to content

Commit

Permalink
refactor(HomeView): organise homeView tests (#10943)
Browse files Browse the repository at this point in the history
refactor: organise homeView tests
  • Loading branch information
araujobarret authored Oct 11, 2024
1 parent f8d19a3 commit 65bf5a7
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { fireEvent, screen } from "@testing-library/react-native"
import { ActivityIndicator } from "app/Scenes/HomeView/Components/ActivityIndicator"
import { mockTrackEvent } from "app/utils/tests/globallyMockedStuff"
import { renderWithWrappers } from "app/utils/tests/renderWithWrappers"
import { ActivityIndicator } from "./ActivityIndicator"

describe("ActivityIndicator", () => {
it("should be displayed", () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { screen } from "@testing-library/react-native"
import { HomeHeader } from "app/Scenes/HomeView/Components/HomeHeader"
import { __globalStoreTestUtils__ } from "app/store/GlobalStore"
import { renderWithWrappers } from "app/utils/tests/renderWithWrappers"
import { HomeHeader } from "./HomeHeader"

describe("HomeHeader", () => {
const TestRenderer: React.FC = () => {
Expand Down
File renamed without changes.

0 comments on commit 65bf5a7

Please sign in to comment.