1.0.1 • Published 9 years ago

assertassert v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

assertassert

Build Status Coverage Status NPM version js-standard-style

assertassert, for when you can't decide on an assertion library.

The API

assertassert's API combines the cutting edge in JavaScript TDD, BDD, and TBD assertion libraries allowing you to use the best features from each:

Code

assertassert.Code.expect({foo: 'bar'}).to.deep.equal({foo: 'bar'})

Chai

assertassert.chai.expect('foo').to.deep.equal('foo')

or override the default object prototype:

assertassert.chai.should()
"foo".should.deep.equal("foo")

assert

assertassert.assert.deepEqual('foo', 'foo', 'assert library not found')

should

assertassert.should()
"foo".should.deep.equal("foo")

That's all there is to it. assertassert is guranteed to be the last assertion library you'll ever need.

Contributing

Have I missed your pulling in your favorite assertion framework? found a bug? please open an issue.

License

ISC