Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.57 KB

mocha.md

File metadata and controls

50 lines (29 loc) · 1.57 KB

Partial: "luke:mocha" (source)

This is a "partial" sub-generator that generates a very minimal skeleton for unit testing via Mocha and Chai.

Usage Example

$ yo luke:mocha

Files Created

  • scripts/test/_test-and-wait.sh (static, source)

Other Operations

  • Adds a NPM run script: scripts/test.sh (as test)

Dependencies

This partial depends on, and automatically includes:

Dependents

This partial is included by the following:

Note: Additional, unlisted, project scaffolds may automatically include this partial by way of partial dependency.

Further Reading