Skip to content

kamranayub/pluralsight-sample-react-testing-typescript

Repository files navigation

Pluralsight Guide: Testing React Components with TypeScript

To run the sample:

npm install

# To start
npm start

# To test
npm test
npm test:watch