chai-quantifiers
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "chai-quantifiers", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Array quantifier assertions for chai assertion library", | ||
"main": "src/chai-quantifiers.js", | ||
"main": "src/index.js", | ||
"types": "src/index.d.ts", | ||
"repository": { | ||
@@ -25,4 +26,6 @@ "type": "git", | ||
"lint": "eslint . --ignore-path ./.eslintignore", | ||
"test": "NODE_ENV=test mocha --recursive test", | ||
"cover": "NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive test", | ||
"test": "npm run test:unit && npm run test:typescript", | ||
"test:unit": "mocha --exit --recursive test/**/*.spec.js", | ||
"test:typescript": "mocha -r ts-node/register --exit --recursive test/**/*.spec.ts", | ||
"cover": "NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive test/**/*.spec.js", | ||
"coveralls": "npm run cover && nyc report --reporter=lcovonly && cat ./coverage/lcov.info | coveralls", | ||
@@ -35,11 +38,15 @@ "preversion": "npm run lint && npm test" | ||
"devDependencies": { | ||
"@types/chai": "^4.2.14", | ||
"@types/mocha": "^8.2.0", | ||
"@types/node": "^14.14.20", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.1.0", | ||
"eslint": "^7.16.0", | ||
"eslint": "^7.17.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-should-promised": "^2.0.0", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0" | ||
"nyc": "^15.1.0", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.1.3" | ||
}, | ||
@@ -46,0 +53,0 @@ "peerDependencies": { |
@@ -8,3 +8,3 @@ const chai = require('chai'); | ||
describe('chai-quentifiers', () => { | ||
describe('chai-quantifiers', () => { | ||
describe('containAll', () => { | ||
@@ -11,0 +11,0 @@ it('should be true if all items are true', () => { |
Sorry, the diff of this file is not supported yet
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
8724
13
110
13