enzyme-example-jest

October 28, 2016 ยท View on GitHub

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.

Contents

  1. 1Install
  2. 2Run Tests
  3. 3Credits