All, In the RTL test case, while running, I got the below error.
89:12 error Parsing error: Unexpected token, expected ";" prettier/prettier
But, in line 89, there is no comma.
await act(async () => { // <-- Line 89
user.click(closeButton);
});
How to understand this error better.
Thanks.