chai-spies-augment
Version:
Additions to chai-spies, adding utilities to inspect args and check if a spy was called with a partial object
44 lines (43 loc) • 1.2 kB
JSON
{
"name": "chai-spies-augment",
"version": "2.1.0",
"description": "Additions to chai-spies, adding utilities to inspect args and check if a spy was called with a partial object",
"main": "index.js",
"scripts": {
"compile": "babel -d lib/ src/",
"prepublish": "npm test && npm run compile",
"test": "mocha --require babel-core/register --reporter spec \"test/test-setup.js\" \"./src/**/*.spec.js\"",
"test:watch": "npm test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chinchiheather/chai-spies-augment.git"
},
"keywords": [
"chai-spies",
"chai",
"testing",
"automated-testing",
"unit-testing",
"spies"
],
"author": {
"name": "Heather Roberts",
"email": "heather.roberts427@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/chinchiheather/chai-spies-augment/issues"
},
"homepage": "https://github.com/chinchiheather/chai-spies-augment#readme",
"dependencies": {
"chai": "^4.1.2",
"lodash": "^4.17.5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai-spies": "^1.0.0",
"mocha": "^5.0.4"
}
}