Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rozsival/testing-library-example

๐ŸŽ“ ApiTree Academy example of React Testing Library.
https://github.com/rozsival/testing-library-example

Last synced: 1 day ago
JSON representation

๐ŸŽ“ ApiTree Academy example of React Testing Library.

Awesome Lists containing this project

README

        

# React Testing Library Example

ApiTree Academy example of React Testing Library for components and hooks.

## ๐Ÿ’พ Installation

```bash
nvm use
yarn install
```

## ๐Ÿ‘จโ€๐Ÿ’ป Development

```bash
yarn start
```

## ๐Ÿงช Testing

```bash
yarn test
```

## ๐Ÿ“š Guides

- [Guiding Principles](https://testing-library.com/docs/guiding-principles)
- [Testing Best Practices](https://infinum.com/handbook/frontend/react/testing-best-practices)
- [Testing React Apps](https://jestjs.io/docs/tutorial-react)