Remove implicit @testing-library
get*
assertions: v-modal.spec.js
#2321
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
good first issue
New-contributor friendly
help wanted
Open to participation from the community
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: frontend
Related to the Nuxt frontend
Milestone
Current Situation
See #2198 for description of issue.
Suggested Improvement
Remove the
expect(...).not.toThrow()
wrapper and use explicit assertions for each expected element.Example transformations:
should be
Lines that need to be changed
openverse/frontend/test/unit/specs/components/v-modal.spec.js
Line 115 in 364d07a
Benefit
See #2198
The text was updated successfully, but these errors were encountered: