testing-library
Installation
SKILL.md
Testing Library
Simple and complete testing utilities that encourage good testing practices.
Quick Start
Install (React):
npm install --save-dev @testing-library/react @testing-library/jest-dom @testing-library/user-event
Install (Vue):
npm install --save-dev @testing-library/vue