Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kamranayub/pluralsight-sample-react-testing-typescript

Pluralsight guide: Testing React Components with TypeScript
https://github.com/kamranayub/pluralsight-sample-react-testing-typescript

jest react react-testing-library typescript

Last synced: about 2 months ago
JSON representation

Pluralsight guide: Testing React Components with TypeScript

Awesome Lists containing this project

README

        

## Pluralsight Guide: Testing React Components with TypeScript

To run the sample:

npm install

# To start
npm start

# To test
npm test
npm test:watch