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 1d2f0b1 commit 19d5b8dCopy full SHA for 19d5b8d
expo-app/__tests__/expo-app.test.js
@@ -1,10 +1,9 @@
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";
5
6
test("renders correctly", () => {
7
- const { getByText } = render(<App />);
+ const { getByText } = render(App);
8
9
// Check if a specific text or element is present in the component
10
expect(getByText("SplashScreen")).toBeTruthy();
0 commit comments