@chai-stuff/not-length-of
Version:
Check that an object does not have a length or size property with the expected value.
40 lines (39 loc) • 852 B
JSON
{
"name": "@chai-stuff/not-length-of",
"version": "0.3.3",
"description": "Check that an object does not have a length or size property with the expected value.",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chai-stuff/chai-stuff.git"
},
"keywords": [
"chai-stuff",
"chai",
"plugin",
"chai-plugin",
"lengthOf",
"notLengthOf",
"length-of",
"not-length-of",
"object",
"array",
"map",
"set"
],
"author": "ScottRudiger (https://github.com/ScottRudiger)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chai-stuff/chai-stuff/issues"
},
"homepage": "https://github.com/chai-stuff/chai-stuff#readme",
"peerDependencies": {
"chai": ">= 1.0.0"
}
}