Studio by WordPress.com, a free desktop app that helps developers streamline their local WordPress development workflow.
GNU General Public License v2.0
193
stars
18
forks
source link
Studio: Update testing library #529
Closed
katinthehatsite closed 2 months ago
Related to https://github.com/Automattic/studio/pull/524
Proposed Changes
After updating some dependencies, the
testing-library
now throws console warnings when running tests:This PR updates
testing-library
to newer version so that the warnings are resolved.Testing Instructions
nvm use && npm install && npm run test
Pre-merge Checklist