supertest-koa-agent
Version:
Converts a Koa app into a supertest compatible agent instance.
49 lines (48 loc) • 1.23 kB
JSON
{
"name": "supertest-koa-agent",
"description": "Converts a Koa app into a supertest compatible agent instance.",
"version": "0.3.2",
"author": "Wil Moore III <wil.moore@wilmoore.com>",
"bugs": {
"url": "https://github.com/wilmoore/node-supertest-koa-agent/issues"
},
"dependencies": {
"supertest": "^3.4.2"
},
"devDependencies": {
"istanbul": "^0.4.5",
"koa": "^2.7.0",
"nodemon": "^1.3.7",
"standard": "^12.0.1",
"tap-spec": "^5.0.0",
"tape": "^4.0.0",
"tape-catch": "^1.0.4"
},
"homepage": "https://github.com/wilmoore/node-supertest-koa-agent",
"keywords": [
"agent",
"http",
"koa",
"server",
"superagent",
"supertest",
"test",
"test",
"testing"
],
"license": "MIT",
"main": "index.js",
"preferGlobal": false,
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/wilmoore/node-supertest-koa-agent"
},
"scripts": {
"cover": "istanbul cover test.js",
"dev": "nodemon -x 'npm run test --silent' -e 'js json'",
"postversion": "git push --follow-tags && npm publish",
"standard": "standard",
"test": "npm run standard --silent && node --harmony test | tap-spec"
}
}