/validate-play

A node module to validate wether baseball play is validate based on initial and final play states

Primary LanguageJavaScript

validate-play

Install

Through Github - in your terminal

  • git clone git@github.com:tjr05d/validate-play.git
  • cd validate-play
  • yarn (yarn install)
  • yarn test

Opening from zip

  • unzip the file
  • yarn (yarn install)
  • yarn test

Dependecies

  • jest - used for unit testing