Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.07 KB

PureSpec

Build Status Coverage Status

A declarative test framework for pure JavaScript.

These executable examples are meant to showcase what PureSpec tests will look like, and they also double as integration tests.

Status

Experimental. There is a unit test suite so it should be at least somewhat stable, but it may undergo frequent redesigns and API breakages.

Development

  1. Install Node 6 or later (preferred).
  2. npm install
  3. npm link
  4. npm test

Contributing

  • Use JavaScript Standard Style. The test commands will run a compliant linter for you.
  • Keep compatability with the Node engine versions (see package.json).
  • Maintain test coverage for existing code and add at least partial unit tests for new code.