VS Code extension that lets you open a react testing library cheatsheet directly in the editor.
The cheatsheet can be opened in two ways:
Ctrl+Shift+P
(Win, Linux) / Cmd+Shift+P
(Mac) and search for the Open React Testing Library Cheatsheet
command.Besides the Open React Testing Library Cheatsheet
link in the hover popup, there’s also a link to the API. This aims to make it easier to quickly find all information needed to utilize this testing library.
Works with the following file types:
Initial release of the React Testing Library Cheatsheet extension.
Open React Testing Library Cheatsheet
is called.The cheatsheet in this extension is based on the React Testing Library Cheatsheet by React Testing Library.