chai-object
v0.0.1
Published
Object include assertions for the Chai assertion library
Downloads
2
Readme
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