Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kamranayub/pluralsight-sample-react-testing-typescript
- Owner: kamranayub
- Created: 2019-08-04T21:06:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:56:41.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T03:53:10.823Z (2 months ago)
- Topics: jest, react, react-testing-library, typescript
- Language: TypeScript
- Size: 1.23 MB
- Stars: 35
- Watchers: 3
- Forks: 15
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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