Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 248 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 248 Bytes

jest-practice

Practice using jest, jasmine

Getting Started

  1. Fork repository
  2. git clone
  3. npm install
  4. npm test
  5. Review List.js
  6. Review _tests_/List-test.js
  7. Add stories and specs to List.test.js
  8. Should have 100% coverage.