intuit / judo

Judo is an easy-to-use Command Line Interface (CLI) Integration Testing Framework, driven from a simple yaml file that also contains assertions.
Other
51 stars 21 forks source link

Fix/25 review questions #27

Closed TennisGazelle closed 5 years ago

TennisGazelle commented 5 years ago
TennisGazelle commented 5 years ago

BRANCH coverage back up.

 PASS  src/common/number-util.test.js
 PASS  src/common/file-util.test.js
 PASS  src/logger.test.js
 PASS  src/reporters/XUnitReporter.test.js
 PASS  src/judo.test.js
 PASS  src/executor.test.js

=============================== Coverage summary ===============================
Statements   : 95.59% ( 260/272 )
Branches     : 77.01% ( 67/87 )
Functions    : 95% ( 57/60 )
Lines        : 95.54% ( 257/269 )
================================================================================

Test Suites: 7 passed, 7 total
Tests:       44 passed, 44 total
Snapshots:   0 total
Time:        6.597s
Ran all test suites.