UNPKG

@jest-mock/express

Version:

A lightweight Jest mock for unit testing Express

5 lines (3 loc) 131 B
import getMockReq from './src/request/request' import getMockRes from './src/response/response' export { getMockReq, getMockRes }