chai-quantifiers
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
{ | ||
"name": "chai-quantifiers", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"description": "Array quantifier assertions for chai assertion library", | ||
@@ -36,3 +36,3 @@ "main": "src/chai-quantifiers.js", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.18.0", | ||
"eslint": "^4.18.2", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
@@ -42,3 +42,3 @@ "eslint-plugin-import": "^2.9.0", | ||
"eslint-plugin-should-promised": "^2.0.0", | ||
"mocha": "^5.0.1", | ||
"mocha": "^5.0.4", | ||
"nyc": "^11.4.1" | ||
@@ -45,0 +45,0 @@ }, |
@@ -9,3 +9,3 @@ # chai-quantifiers | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/frankthelen/chai-quantifiers.svg)](https://greenkeeper.io/) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/2b21f79b2657870c146f/maintainability)](https://codeclimate.com/github/frankthelen/chai-quantifiers/maintainability) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/44fb4c780c3f36b0d04f/maintainability)](https://codeclimate.com/github/frankthelen/chai-quantifiers/maintainability) | ||
[![node](https://img.shields.io/node/v/chai-quantifiers.svg)]() | ||
@@ -12,0 +12,0 @@ [![code style](https://img.shields.io/badge/code_style-airbnb-brightgreen.svg)](https://github.com/airbnb/javascript) |
@@ -24,4 +24,4 @@ const evaluate = (array, predicate) => | ||
t.length >= 1, | ||
'expected array to contain one or more items to be true, but all items are false', | ||
`expected array not to contain one or more items to be true, but items at indexes [${t}] are true` | ||
'expected array to contain at least one item to be true, but all items are false', | ||
`expected array not to contain at least one item to be true, but items at indexes [${t}] are true` | ||
); | ||
@@ -28,0 +28,0 @@ }); |
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