jasmine-object-containing
A simple matcher that wraps jasmine.objectContaining
Usage
In Node:
var toContainObject = toContainObject; ;
In the browser:
;
Example
var obj = {} bar: 3 baz: 10; ;
A simple matcher that wraps jasmine.objectContaining
In Node:
var toContainObject = toContainObject; ;
In the browser:
;
var obj = {} bar: 3 baz: 10; ;
npm i jasmine-object-containing
1
0.0.2
MIT