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 1 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:56:41.000Z (over 2 years ago)
- Last Synced: 2025-03-28T00:41:38.954Z (about 2 months ago)
- Topics: jest, react, react-testing-library, typescript
- Language: TypeScript
- Size: 1.23 MB
- Stars: 35
- Watchers: 2
- Forks: 16
- 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