react-testing-extended

Extends react-testing-library by including additional functionality for more natural testing.

MIT License

Stars
0
Committers
1

react-testing-extended

Extends react-testing-library by including additional functionality for more natural testing.

Usage

yarn add --dev react-testing-extended

Follow the react-testing-library documentation, but instead of importing @testing-library/react, import "react-testing-extended".

New Features

In additional to the react-testing-library documentation, this library adds the following:

id Selectors

  • queryById
  • queryAllById
  • getById
  • getAllById
  • findAllById
  • findById

class Selectors

  • queryAllByClass
  • getAllByClass
  • findAllByClass

Versioning

This library will follow the major version numbering of react-testing-library.