This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

jasminy

0.0.1 • Public • Published

Jasminy - A Headless Jasmine TDD Tool

The goal of this project is to execute jasmine specs in a simulated DOM environment without the need to spin up a server. Speed and flexibility are the primary goals.

A lesser but still important goal is to support CoffeeScript.

Installation

npm install jasminy

Use

Test a directory of (java|coffee) scripts

jasminy test/specs

Include CoffeeScript matchers and a spec directory

jasminy test/matchers.coffee test/specs

Include jQuery as well as a spec

jasminy -j test/jquery/integration.js

Dependencies

TODO

  • Support jsdom options
  • Add watch flag
  • Support custom compilers

Readme

Keywords

none

Package Sidebar

Install

npm i jasminy

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • collinwat