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
Hi! react-testing-library is providing a cleanup-after-each file that comes in handy to avoid repeating afterEach(cleanup) on every test file. They even load it using a setup file, so you load it once and forget about dirty DOM nodes once for all.
Would it make sense to port this feature to vue-testing-library? If so, I'd happily submit a PR with both the file and the required documentation 🤗
👋
The text was updated successfully, but these errors were encountered:
Hi!
react-testing-library
is providing a cleanup-after-each file that comes in handy to avoid repeatingafterEach(cleanup)
on every test file. They even load it using a setup file, so you load it once and forget about dirty DOM nodes once for all.Would it make sense to port this feature to vue-testing-library? If so, I'd happily submit a PR with both the file and the required documentation 🤗
👋
The text was updated successfully, but these errors were encountered: