Skip to main content
Module

x/superdeno/mod.ts

Super-agent driven library for testing Deno HTTP servers.
Go to Latest
File
export { superdeno } from "./src/superdeno.ts";export type { SuperDeno } from "./src/superdeno.ts";export { Test } from "./src/test.ts";export type { IRequest, IResponse } from "./src/test.ts";export { DENO_SUPPORTED_VERSIONS, VERSION } from "./version.ts";