assertassert

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i assertassert

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • bcoe