We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1624fb commit 1d2f0b1Copy full SHA for 1d2f0b1
expo-app/__tests__/expo-app.test.js
@@ -1,7 +1,7 @@
1
// __tests__/App.test.js
2
import React from "react";
3
import { render } from "@testing-library/react-native";
4
-import App from "../App"; // Adjust the import based on your file structure
+import App from "../app"; // Adjust the import based on your file structure
5
6
test("renders correctly", () => {
7
const { getByText } = render(<App />);
0 commit comments