You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// userEvent.setup est une méthode synchrone
// ❌ Recommandation du plugin @bam.tech/await-user-event
const user = await userEvent.setup()
// ✅ Recommandation attendue
const user = userEvent.setup()
The text was updated successfully, but these errors were encountered:
Issue :
The text was updated successfully, but these errors were encountered: