Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 287 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 287 Bytes

criteria

Setup

  1. 'git clone https://github.com/closrks/criteria.git'
  2. 'cd criteria'
  3. 'npm install'
  4. 'touch db/config.js sql settings'

Test

  • npm run tdd
  • npm run bdd

Coverage

  • npm run tdd-cover /test/coverage.html
  • npm run bdd-cover /spec/coverage.html