chai-arrays
Version:
a simple chai plugin for better array assertions
37 lines (36 loc) • 895 B
JSON
{
"name": "chai-arrays",
"version": "2.2.0",
"description": "a simple chai plugin for better array assertions",
"main": "assertArrays.js",
"scripts": {
"test": "./node_modules/.bin/eslint assertArrays.js test && ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GaneshSPatil/chai-arrays.git"
},
"keywords": [
"chai",
"chai-plugin",
"testing",
"assert",
"expect",
"Array"
],
"author": "Ganesh Patil",
"license": "ISC",
"bugs": {
"url": "https://github.com/GaneshSPatil/chai-arrays/issues"
},
"homepage": "https://github.com/GaneshSPatil/chai-arrays#readme",
"engines": {
"node": ">=0.10"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.2.0",
"istanbul": "^0.4.5",
"mocha": "^8.0.1"
}
}