UNPKG

@jest-mock/express

Version:

A lightweight Jest mock for unit testing Express

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