UNPKG

@jest-mock/express

Version:

A lightweight Jest mock for unit testing Express

3 lines (2 loc) 104 B
import type { Response } from 'express'; export declare function callAllFunctions(res: Response): void;