chai-subset-in-order
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "chai-subset-in-order", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Chai plugin to test matching subsets in the same order", | ||
@@ -28,7 +28,7 @@ "main": "lib/chai-subset-in-order.js", | ||
"devDependencies": { | ||
"chai": "3.5.0", | ||
"coveralls": "2.11.14", | ||
"chai": "4.2.0", | ||
"coveralls": "3.0.2", | ||
"istanbul": "0.4.5", | ||
"mocha": "3.1.0", | ||
"mocha-eslint": "3.0.1" | ||
"mocha": "6.0.0", | ||
"mocha-eslint": "5.0.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "files": [ |
@@ -0,1 +1,3 @@ | ||
[![NPM status](https://nodei.co/npm/chai-subset-in-order.png?downloads=true&stars=true)](https://npmjs.org/package/chai-subset-in-order) | ||
"containSubsetInOrder" object properties matcher for [Chai](http://chaijs.com/) assertion library | ||
@@ -29,2 +31,2 @@ | ||
expect([{ foo: 123, bar: 456 }, { baz: 111 }]).to.not.containSubsetInOrder([{ baz: 111 }, { foo: 123 }]); | ||
``` | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5751
32