0.0.1 • Published 11 years ago

chai-object v0.0.1

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

chai-object

An extension to the chai assertion library (VERSION: 1.6.0) that provides a set of include object assertions.

Installation

$ npm install chai-object
chai = require('chai')
chai.should()
object = require('chai-object')
chai.use object

includeObj

({test: 1}).should.includeObj({test: 1})

....

Test

$ npm test

License

MIT

0.0.1

11 years ago