We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0205955 commit 144796eCopy full SHA for 144796e
examples/redux/components/TodoList.test.js
@@ -19,7 +19,7 @@ test('it should execute with a store with 4 elements', () => {
19
expect(todoElems).toHaveLength(4);
20
});
21
22
-test('should execute with 2 elements and end up with 1 after delete', () => {
+test('should display 4 elements and end up with 3 after delete', () => {
23
renderWithRedux(<TodoList />, { initialState });
24
25
const todoElems = screen.getAllByText(/something/i);
0 commit comments