Skip to content

Unit testing - directory argument - summary reporting

Compare
Choose a tag to compare
@quinnturner quinnturner released this 05 Mar 18:20
ee64986

Diff: https://github.com/IBM/audit-ci/compare/v1.3.1..v1.4.0

BREAKING CHANGES

  • The new default output is the summary report rather than the full report.

Features

  • Unit testing (closes #4) (PR: #53, #54)
  • Add --directory argument (closes #17) (PR: #53, #56)
  • Add option to output summary report (closes #58) (PR: #59)

Chores

  • Use spawn rather than exec for NPM (closes #48) (PR: #53)
  • Bump ESLint (minor)