This package has been deprecated

Author message:

Package is no longer maintained

test-coffee-module

1.0.5 • Public • Published

test-coffee-module@1.0.4

[npm version(https://badge.fury.io/js/test-coffee-module.svg) [build status(https://travis-ci.org/dbartholomae/test-coffee-module.svg)) [coverage status(https://coveralls.io/repos/dbartholomae/test-coffee-module/badge.svg) [dependency status(https://david-dm.org/dbartholomae/test-coffee-module.svg?theme=shields.io) [devDependency status(https://david-dm.org/dbartholomae/test-coffee-module/dev-status.svg) [Gitter(https://badges.gitter.im/dbartholomae/test-coffee-module.svg)

run tests on .coffee files with sensible defaults

It loads mocha with chai's expect, sinon, sinon-chai, chai-as-promised and chai-things and runs coverage with istanbul and coffee-coverage on option '-c'

Usage

# With all options 
test-coffee-module --coverage --debug

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install test-coffee-module --save

This package is provided in these module formats:

  • CommonJS

Documentation

You can find a documentation here.

Dependencies

  • bluebird: Full featured Promises/A+ implementation with exceptionally good performance
  • chai: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
  • chai-as-promised: Extends Chai with assertions about promises.
  • chai-things: Chai Things adds support to Chai for assertions on array elements.
  • coffee-coverage: Istanbul and JSCoverage-style instrumentation for CoffeeScript files.
  • coffee-script: Unfancy JavaScript
  • istanbul: Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests
  • mocha: simple, flexible, fun test framework
  • sinon: JavaScript test spies, stubs and mocks.
  • sinon-chai: Extends Chai with assertions for the Sinon.JS mocking framework.
  • commander: the complete solution for node.js command-line programs
  • winston: A multi-transport async logging library for Node.js

Dev Dependencies

  • codo: A CoffeeScript documentation generator.

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i test-coffee-module

Weekly Downloads

22

Version

1.0.5

License

MIT

Unpacked Size

938 kB

Total Files

119

Last publish

Collaborators

  • dbartholomae