[go: up one dir, main page]

Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/superfetch/egg.json

πŸ• HTTP Server testing library inspired by node-supertest-fetch.
Go to Latest
File
{ "$schema": "https://x.nest.land/eggs@0.3.10/src/schema.json", "name": "superfetch", "entry": "./mod.ts", "description": "πŸ• Superdeno-like superagent testing library based on Fetch API. Ported from node-supertest-fetch.", "homepage": "https://github.com/deno-libs/superfetch", "version": "1.0.2", "releaseType": "patch", "unstable": false, "unlisted": false, "files": [ "./**/*.ts", "README.md", "LICENSE" ], "ignore": [], "checkFormat": true, "checkTests": "deno test --allow-net --allow-read", "check": true, "checkAll": true, "repository": "https://github.com/deno-libs/superfetch"}