UNPKG

node-fetch-response-matchers

Version:

Chai asserts for node-fetch response promise, make your tests with http more declarative

39 lines (38 loc) 856 B
{ "name": "node-fetch-response-matchers", "version": "1.1.47", "description": "Chai asserts for node-fetch response promise, make your tests with http more declarative", "keywords": [ "chai", "chai-plugin", "matchers", "node-fetch", "http-response", "tdd" ], "main": "index.js", "author": "Kfir Bloch <kfirb@wix.com>", "license": "SEE LICENSE IN LICENSE.md", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/kfiron/node-fetch-response-matchers" }, "engines": { "node": ">=4" }, "dependencies": { "set-cookie-parser": "^2.0.0", "buffer-equal": "~1.0.0" }, "devDependencies": { "chai": "^3.5.0", "express": "^4.15.2", "mocha": "~3.2.0", "node-fetch": "^1.6.3", "sinon": "~1.17.6", "uuid-random": "~1.0.6" } }