specify-core
v1.0.3
Published
Describe, structure and runs tests for the Specify framework.
Downloads
7
Readme
specify-core
This module provides the basic functionality for describing, structuring, and running tests in Specify. A DSL for Sweet.js and an EDSL for plain JavaScript are also provided.
Installation
$ npm install specify-core
Tests
$ npm install # to make sure you've got all deps in place
$ make test
Documentation
$ npm install # to make sure you've got all deps in place
$ make documentation
$ open docs/api/index.html
Licence
Copyright (c) 2013-2014 Origami Tower.
This module is part of the Specify framework, and released under the MIT licence.