UNPKG

fluentrest-ts

Version:

A lightweight, fluent TypeScript API testing library inspired by Java's RestAssured. Built on top of Axios, JSONPath, and Joi for powerful request handling and response validation.

7 lines (6 loc) 181 B
"use strict"; /** * Interface for viewing the request details in debug mode * Available when creating a request */ Object.defineProperty(exports, "__esModule", { value: true });