Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

specify-core

origamitower5MIT1.0.3

Describe, structure and runs tests for the Specify framework.

testing, tdd, bdd

readme

specify-core

Build status NPM version Dependencies status Licence Stable API

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.