lab-verbose-console-reporter

0.0.7 • Public • Published

Lab Verbose Console reporter

npm Build status

lab are hapi together.

A pretty mocha-style console output

src/scorers/jobTitleScorer
  ::createScoringFunction
    when project is not provided
      throws
    given a valid project
      and no person
        returns the maximum negative score
      and a person without an overlapping title
        returns no score
      and a person with an overlapping job title
        returns the maximum positive score
      and a person with an overlapping keyword without an overlapping title
        returns a positive score

Install

npm install --save-dev lab-verbose-console-reporter

Usage

lab --reporter lab-verbose-console-reporter

Caveats

If your lab test runner fails with error Error: Cannot find module 'lab-verbose-console-reporter' you can try to use full path to the reporter:

lab --reporter ./node_modules/lab-verbose-console-reporter/src/verbose-console.js

Dependencies (1)

Dev Dependencies (8)

Package Sidebar

Install

npm i lab-verbose-console-reporter

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

6.72 kB

Total Files

9

Last publish

Collaborators

  • duereg