Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 391 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 391 Bytes

enzyme-example-jest

Example project with React + Enzyme + Jest

Install

  1. Clone the repo
  2. From the project's root directory, run npm install

Run Tests

    npm test

Credits

The original example, written by Leland Richardson, can be found at https://github.com/lelandrichardson/enzyme-example-jest.