Skip to content

Conversation

yuriyivanenko
Copy link

Enable full CRUD capabilities for app.

Comment on lines +71 to +75
// rerender(<App />);

await screen.findByText(/lorem testum 2/g);
// await screen.findByText(/lorem testum 2/g);

expect(screen.queryByText(/lorem testum 1/g)).not.toBeInTheDocument();
// expect(screen.queryByText(/lorem testum 1/g)).not.toBeInTheDocument();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WHAT'S GOING ON HERE??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants