Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 736 Bytes

File metadata and controls

23 lines (15 loc) · 736 Bytes

Mocha/Chai Example

Reproduce example

  • Run npm install

  • Run npm run cover

  • Run npm run make-badges

  • Open this very README.md again.

Config inside package.json

Example functions index.ts

  • Tested testedIsMyValueString
  • Untested untestedRandomMethod

Custom Markup

  • My Statements coverage is Statements
  • My Branches coverage is Branches
  • My Functions coverage is Functions
  • My Lines coverage is Lines