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 42e600b commit dd69c11Copy full SHA for dd69c11
README.md
@@ -137,7 +137,7 @@ describe("App", () => {
137
test("should render greeting", () => {
138
const { getByText } = render(App, { props: { name: "world" } });
139
140
- expect(getByText("Hello world!"));
+ expect(getByText("Hello world!")).toBeInTheDocument();
141
});
142
143
test("should change button text after click", async () => {
0 commit comments