Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 219 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 219 Bytes

react-test-examples

Testing with Jest、Enzyme and Puppeteer in React

Test examples based on create-react-app

npm install

unit test

npm run test:unit

e2e test

npm run test:integration