We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ddfc0 commit 709c172Copy full SHA for 709c172
tests/App_test.res
@@ -7,5 +7,5 @@ testAsync("renders component without crashing", async t => {
7
t->assertions(1)
8
render(<App />)
9
let _ = await screen->findByText("Hello Vite + React + ReScript!");
10
- screen->getByText("counter is 0")->expect->toBeInTheDocument
+ screen->getByText("count is: 0")->expect->toBeInTheDocument
11
})
0 commit comments