Introduction
Installation and API of this library in general is super simple and resembles that of supertest.
npm install -D sagetestyarn add -D sagetestpnpm add -D sagetestAnd then import it like so:
import { request } from 'sagetest';Note: default export is not supported, it’s a bad practice to have both default and named exports in the same module.