Closed
Description
Problem description:
The userEvent
is incorrectly imported in the cheat sheet PDF.
Suggested solution:
It should be a default import instead of a named one:
- import { userEvent } from '@testing-library/user-event';
+ import userEvent from '@testing-library/user-event';
Unfortunately, can’t send a pull request because I don’t have Affinity Publisher.