Skip to content

nickmccurdy/purespec

Repository files navigation

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.

About

A declarative test framework for pure JavaScript.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project