Skip to content

Commit 1d2f0b1

Browse files
committed
fix: path type
1 parent f1624fb commit 1d2f0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

expo-app/__tests__/expo-app.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// __tests__/App.test.js
22
import React from "react";
33
import { render } from "@testing-library/react-native";
4-
import App from "../App"; // Adjust the import based on your file structure
4+
import App from "../app"; // Adjust the import based on your file structure
55

66
test("renders correctly", () => {
77
const { getByText } = render(<App />);

0 commit comments

Comments
 (0)